gui errors handling update + fix

This commit is contained in:
MihailRis
2024-05-27 13:33:14 +03:00
parent 9fce00ae45
commit bc84200798
2 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -17,11 +17,11 @@ class Level;
class LevelScreen : public Screen {
std::unique_ptr<LevelFrontend> frontend;
std::unique_ptr<Hud> hud;
std::unique_ptr<LevelController> controller;
std::unique_ptr<WorldRenderer> worldRenderer;
std::unique_ptr<TextureAnimator> animator;
std::unique_ptr<PostProcessing> postProcessing;
std::unique_ptr<Hud> hud;
void saveWorldPreview();