Skip to content

Commit

Permalink
revert demo app verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Jan 1, 2025
1 parent c8505a2 commit 483e5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo-app/demo_app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ int main(int argc, char** argv) {
// polyscope::view::windowWidth = 600;
// polyscope::view::windowHeight = 800;
// polyscope::options::maxFPS = -1;
polyscope::options::verbosity = 5000;
polyscope::options::verbosity = 100;
polyscope::options::enableRenderErrorChecks = true;
polyscope::options::allowHeadlessBackends = true;

Expand Down

0 comments on commit 483e5f0

Please sign in to comment.