Made requred G3D version 6.10 for safety reasons
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -47,3 +47,6 @@
|
|||||||
stdout.txt
|
stdout.txt
|
||||||
log.txt
|
log.txt
|
||||||
*.suo
|
*.suo
|
||||||
|
*.suo
|
||||||
|
G3DTest.suo
|
||||||
|
G3DTest.suo
|
||||||
|
|||||||
4
main.cpp
4
main.cpp
@@ -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 ";
|
||||||
|
|||||||
Reference in New Issue
Block a user