fixed texture loading

This commit is contained in:
Asuro
2025-02-17 18:25:39 +01:00
parent f93c40f3b6
commit fb5851020f
14 changed files with 30 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ namespace Game
{
bool IsInitialized = false;
uint64_t Size = sizeof(GameInstance);
uint8_t UsedScratchAmount = 0;
uint64_t UsedScratchAmount = 0;
Time Time;
PlayerData Player;
Level GameLevel;