More bugfixing on the negative ray directions. Again having the forgetful while loop

This commit is contained in:
2018-04-18 23:24:28 -07:00
parent 3218a1f35a
commit ec630a454d
4 changed files with 37 additions and 18 deletions

View File

@@ -42,12 +42,12 @@ class Application {
public:
static const int WINDOW_X = 1366;
static const int WINDOW_Y = 768;
// 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 WINDOW_X = 50;
static const int WINDOW_Y = 50;
static const int MAP_X;
static const int MAP_Y;
static const int MAP_Z;