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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user