tweaking, fixed logic errors in the DFS vox function along with some traversal errors. Hunting down a driver crash that I somehow introduced

This commit is contained in:
MitchellHansen
2018-04-08 05:37:35 -07:00
parent 20f36d4eb1
commit 9ab0770bdb
3 changed files with 58 additions and 61 deletions

View File

@@ -44,8 +44,8 @@ public:
// static const int WINDOW_X = 1366;
// static const int WINDOW_Y = 768;
static const int WINDOW_X = 200;
static const int WINDOW_Y = 200;
static const int WINDOW_X = 5;
static const int WINDOW_Y = 5;
static const int MAP_X;
static const int MAP_Y;
static const int MAP_Z;