Getting ever so closer to fully working oct rendering. Fixed a very very weird bug that caused either register corruption or messing with the program counter or whatever. Caused by the parent stack index not being populated for the root index. Weird
This commit is contained in:
@@ -42,12 +42,12 @@ class Application {
|
||||
|
||||
public:
|
||||
|
||||
// static const int WINDOW_X = 1366;
|
||||
// static const int WINDOW_Y = 768;
|
||||
// static const int WINDOW_X = 400;
|
||||
// static const int WINDOW_Y = 400;
|
||||
static const int WINDOW_X = 5;
|
||||
static const int WINDOW_Y = 5;
|
||||
static const int WINDOW_X = 1366;
|
||||
static const int WINDOW_Y = 768;
|
||||
// static const int WINDOW_X = 500;
|
||||
// static const int WINDOW_Y = 500;
|
||||
// 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