From e0af135ac33d83d4220a9a5bbc0ad162a9fc93f1 Mon Sep 17 00:00:00 2001 From: jonas Date: Tue, 29 Jan 2019 16:59:24 +0100 Subject: Version 0.4 --- test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.cpp') 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(); -- cgit v1.2.3