Made requred G3D version 6.10 for safety reasons

This commit is contained in:
andreja6
2018-04-10 12:40:51 -07:00
parent 73d0c60253
commit e0bad6e42b
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@@ -47,3 +47,6 @@
stdout.txt stdout.txt
log.txt log.txt
*.suo *.suo
*.suo
G3DTest.suo
G3DTest.suo

View File

@@ -12,8 +12,8 @@
*/ */
#include <G3DAll.h> #include <G3DAll.h>
#if G3D_VER < 60800 #if G3D_VER < 61000
#error Requires G3D 6.08 #error Requires G3D 6.10
#endif #endif
static const float VNUM = 0.01F; static const float VNUM = 0.01F;
static const std::string VERSION = "PRE-ALPHA "; static const std::string VERSION = "PRE-ALPHA ";