mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:37:17 +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) {
|
void ZoneEntityItem::setHazeMode(const uint32_t value) {
|
||||||
if (_hazeMode >= 0 && _hazeMode < COMPONENT_MODE_ITEM_COUNT) {
|
if (_hazeMode >= 0 && _hazeMode < COMPONENT_MODE_ITEM_COUNT) {
|
||||||
_hazeMode = value;
|
_hazeMode = value;
|
||||||
|
|
Loading…
Reference in a new issue