Some small classes

This commit is contained in:
robojumper
2025-03-15 17:33:48 +01:00
parent 35b4e24039
commit 9b7889f034
23 changed files with 576 additions and 54 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ void drawDone(int idx) {
internal::l_lightMgr_pp[idx]->DoneDraw();
}
if (internal::l_fogMgr_pp && internal::l_fogMgr_pp[idx]) {
internal::l_fogMgr_pp[idx]->mFlag &= 0xFB;
internal::l_fogMgr_pp[idx]->DoneDraw();
}
}