mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04: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()
|
void RefData::disable()
|
||||||
{
|
{
|
||||||
mEnabled = true;
|
mEnabled = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
ESM::Position& RefData::getPosition()
|
ESM::Position& RefData::getPosition()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user