miscellaneous tests

This commit is contained in:
verysecrethero
2016-02-24 17:43:24 +01:00
parent 9bba9e493c
commit cca237b33f
14 changed files with 4526 additions and 28 deletions
+1 -1
View File
@@ -42,6 +42,6 @@ private:
//for tests
int m_TestVar = 0;
bool m_Testing = true;
bool m_Testing = false;
};
#endif