This commit is contained in:
Jakob Meier 2024-03-25 15:25:18 +01:00
parent 63a00b8b4f
commit 8aa539e67f
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ void ObjectManager::initialize() {
#endif
errorCount++;
} else {
sif::printDebug("ObjectManager::initialize: Initialized onject with ID 0x%x\n", it.first);
sif::printDebug("ObjectManager::initialize: Initialized object with ID 0x%x\n", it.first);
}
}
if (errorCount > 0) {