From e0bad6e42b9e35c2181b6f267f5587478da24f5e Mon Sep 17 00:00:00 2001 From: andreja6 Date: Tue, 10 Apr 2018 12:40:51 -0700 Subject: [PATCH] Made requred G3D version 6.10 for safety reasons --- .gitignore | 3 +++ main.cpp | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 ";