Fixed uninitialized variable

This commit is contained in:
2026-02-08 23:29:37 +03:00
parent 3ffda0f2d5
commit b99474a66b

View File

@@ -3171,7 +3171,7 @@ void createTownWindows(flecs::entity e)
frame1mesh->getSubMeshes().size() - 1);
}
int count = 0;
bool crash;
bool crash = false;
for (count = 0; count < frame1mesh->getSubMeshes().size();
count++) {
Ogre::SubMesh *submesh =