Skip to content
Snippets Groups Projects
Commit 4ef2d838 authored by Andrew Wilson's avatar Andrew Wilson :elephant:
Browse files

REFAC: Make scene tasks sequential by default

parent fd1de943
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ struct SceneConfig
bool trackFPS = false;
// If off, tasks will run sequentially
bool taskParallelizationEnabled = true;
bool taskParallelizationEnabled = false;
// If on, elapsed times for computational steps will be reported in map
bool taskTimingEnabled = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment