Fix non-tools builds.

This commit is contained in:
Relintai 2023-08-27 13:06:06 +02:00
parent 5ae44c4746
commit b223601445

View File

@ -253,7 +253,9 @@ private:
Effect() {
enabled = false;
#ifdef DEBUG_ENABLED
prof_time = 0;
#endif
}
};