mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 07:23:54 +00:00
fix a typo that caused a crash when trying to disable an already disabled object
This commit is contained in:
parent
1b561ce91f
commit
2c90654401
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ namespace MWWorld
|
|||
|
||||
void RefData::disable()
|
||||
{
|
||||
mEnabled = true;
|
||||
mEnabled = false;
|
||||
}
|
||||
|
||||
ESM::Position& RefData::getPosition()
|
||||
|
|
Loading…
Reference in a new issue