Compare commits

...

1 Commits

Author SHA1 Message Date
b99474a66b Fixed uninitialized variable 2026-02-08 23:29:37 +03:00

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 =