diff --git a/.gitignore b/.gitignore index 672c0ff..be51269 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,6 @@ stdout.txt log.txt *.suo +*.suo +G3DTest.suo +G3DTest.suo diff --git a/main.cpp b/main.cpp index 4b84c14..d669364 100644 --- a/main.cpp +++ b/main.cpp @@ -12,8 +12,8 @@ */ #include -#if G3D_VER < 60800 - #error Requires G3D 6.08 +#if G3D_VER < 61000 + #error Requires G3D 6.10 #endif static const float VNUM = 0.01F; static const std::string VERSION = "PRE-ALPHA ";