Added pause menu, new F3 debug panel, fogCurve setting

This commit is contained in:
MihailRis
2023-11-11 15:35:27 +03:00
parent b9ed7a2b28
commit e48e41c99a
28 changed files with 1267 additions and 324 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ public:
uint chunksPadding);
~Level();
void update(float delta, bool interactions);
void update(float delta, bool updatePlayer, bool interactions);
};
#endif /* WORLD_LEVEL_H_ */