Holy hell, finally got this working with an R9 390 + Ubuntu.
This commit is contained in:
@@ -44,9 +44,9 @@ public:
|
||||
static const int WINDOW_X = 1600;
|
||||
static const int WINDOW_Y = 900;
|
||||
|
||||
static const int MAP_X = 32;
|
||||
static const int MAP_Y = 32;
|
||||
static const int MAP_Z = 32;
|
||||
static const int MAP_X;
|
||||
static const int MAP_Y;
|
||||
static const int MAP_Z;
|
||||
|
||||
Application();
|
||||
~Application();
|
||||
@@ -92,4 +92,4 @@ private:
|
||||
delta_time = 0.0,
|
||||
accumulator_time = 0.0,
|
||||
current_time = 0.0;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user