Try to fix compilation

This commit is contained in:
Shinovon 2026-05-08 05:59:16 +05:00
parent e392f442b6
commit 85d6e68889
5 changed files with 18 additions and 7 deletions

View file

@ -16,7 +16,8 @@
#include "Renderer.h"
#if defined __ARMCC_VERSION && !defined _DEBUG
#pragma O2 // fixes crash
// fixes crash
#pragma O2
#endif
int32 CCullZones::NumCullZones;