mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Corrected wrong else format.
This commit is contained in:
parent
b976dbd224
commit
00c99d3d02
1 changed files with 1 additions and 2 deletions
|
@ -323,8 +323,7 @@ void ZoneEntityItem::resetRenderingPropertiesChanged() {
|
|||
void ZoneEntityItem::setHazeMode(const uint32_t value) {
|
||||
if (value < COMPONENT_MODE_ITEM_COUNT) {
|
||||
_hazeMode = value;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
_hazeMode = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue