lots of little tweaks, the cl is still completely broken, need to revert the oct position calc
This commit is contained in:
@@ -42,10 +42,10 @@ class Application {
|
||||
|
||||
public:
|
||||
|
||||
// static const int WINDOW_X = 1366;
|
||||
// static const int WINDOW_Y = 768;
|
||||
static const int WINDOW_X = 1920;
|
||||
static const int WINDOW_Y = 1080;
|
||||
// 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 MAP_X;
|
||||
static const int MAP_Y;
|
||||
static const int MAP_Z;
|
||||
|
||||
Reference in New Issue
Block a user