fix: make new entity system wrapper work

This commit is contained in:
2025-10-23 15:29:04 +02:00
parent 37d35f990d
commit a427fb7099
36 changed files with 70 additions and 66 deletions

View File

@ -8,7 +8,7 @@
#include "engine/renderer/debug.h"
namespace Engine {
namespace Core {
std::shared_ptr<Window> Window::s_instance = nullptr;