mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 03:39:55 +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
@ -123,7 +123,7 @@ namespace MWWorld
|
||||
|
||||
void RefData::disable()
|
||||
{
|
||||
mEnabled = true;
|
||||
mEnabled = false;
|
||||
}
|
||||
|
||||
ESM::Position& RefData::getPosition()
|
||||
|
Loading…
x
Reference in New Issue
Block a user