mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 06:19:49 +02:00
Removed optimize pragma.
This commit is contained in:
parent
61fc45c6bf
commit
9af87d46f2
1 changed files with 0 additions and 1 deletions
|
@ -321,7 +321,6 @@ void ZoneEntityItem::resetRenderingPropertiesChanged() {
|
|||
});
|
||||
}
|
||||
|
||||
#pragma optimize("", off)
|
||||
void ZoneEntityItem::setHazeMode(const uint32_t value) {
|
||||
if (_hazeMode >= 0 && _hazeMode < COMPONENT_MODE_ITEM_COUNT) {
|
||||
_hazeMode = value;
|
||||
|
|
Loading…
Reference in a new issue