diff --git a/WindowManager.cpp b/WindowManager.cpp
index b1a249663679157eed5f0d15f6ab615611d4aa16..80c9fa0351035db16d287011b6b23c763e7c11b0 100644
--- a/WindowManager.cpp
+++ b/WindowManager.cpp
@@ -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);