fixed frustum culling, static game class

This commit is contained in:
Sandro Sobczyński
2020-11-04 13:20:58 +01:00
parent 5399b1744f
commit 02560f2d6f
19 changed files with 73 additions and 70 deletions
+2 -2
View File
@@ -24,13 +24,13 @@ class Floors : public Game
{
public:
Floors(const Engine &t_engine);
Floors(Engine *t_engine);
~Floors();
void onInit();
void onUpdate();
Engine engine;
Engine *engine;
private:
TextureRepository *texRepo;