summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ae3da54..d64f0b3 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ SONAME = engine
BUILDDIR = build
#VERSION
VERSION = 0
-PATCHLEVEL = 3
+PATCHLEVEL = 4
OUTPUT = lib$(SONAME).so.$(VERSION).$(PATCHLEVEL)
OBJ = cObject.o cObjectHandler.o cRender.o cInput.o cWiremesh.o
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();