mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 20:06:49 +01:00
Fix non-tools builds.
This commit is contained in:
parent
5ae44c4746
commit
b223601445
@ -253,7 +253,9 @@ private:
|
|||||||
|
|
||||||
Effect() {
|
Effect() {
|
||||||
enabled = false;
|
enabled = false;
|
||||||
|
#ifdef DEBUG_ENABLED
|
||||||
prof_time = 0;
|
prof_time = 0;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user