summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test.cpp')
-rw-r--r--test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.cpp b/test.cpp
index 0eada2d..d9970b4 100644
--- a/test.cpp
+++ b/test.cpp
@@ -65,7 +65,7 @@ int main(int argc, char* argv[])
handler.moveWiremesh(imesh,{middle.x,middle.y,0}, _MOVE_ABSOLUTE);
- while( loop || framecounter < 1000)
+ while( loop )
{
sInputEvent ie = input.poll();