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

@ -2,7 +2,7 @@
#include "engine/components/batch.h"
namespace Engine {
namespace Core {
unsigned int batch::LastID = 0;