Start unpaused

This commit is contained in:
saschawillems 2018-01-27 14:31:34 +01:00
parent 3540e9e07a
commit 86c5f56267

View file

@ -139,7 +139,6 @@ public:
threadPool.setThreadCount(numThreads);
numObjectsPerThread = 512 / numThreads;
rndEngine.seed(benchmark.active ? 0 : (unsigned)time(nullptr));
paused = true;
}
~VulkanExample()