More bugfixing on the negative ray directions. Again having the forgetful while loop
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 = 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;
|
||||
|
||||
Reference in New Issue
Block a user