Removed debug code from the editor

This commit is contained in:
Kayne Ruse
2013-10-07 02:32:36 +11:00
parent 65a3937592
commit 600ec6789b
3 changed files with 9 additions and 31 deletions
-3
View File
@@ -56,9 +56,6 @@ protected:
struct {
int x = 0, y = 0;
} camera;
//debugging
int incrementer = 0;
};
#endif