Skip to content
Snippets Groups Projects
Commit 068290af authored by Oliver Bock's avatar Oliver Bock
Browse files

Increased profiling time to 500 iterations (works fine)

parent a8d314d1
Branches
Tags
No related merge requests found
......@@ -127,7 +127,7 @@ void WindowManager::eventLoop()
event.user.code == RenderEvent) {
#ifdef DEBUG_VALGRIND
if(i < 0.25) {
if(i < 12.5) {
#endif
// notify our observers (currently exactly one)
eventObservers.front()->render(i += 0.025);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment