mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-23 18:39:41 +00:00
spelling fix
This commit is contained in:
parent
61dd1922b0
commit
0b0254d30e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ namespace MWScript
|
||||||
|
|
||||||
bool enabled = context.getWorld().toggleCollisionMode();
|
bool enabled = context.getWorld().toggleCollisionMode();
|
||||||
|
|
||||||
context.report (enabled ? "Collsion -> On" : "Collision -> Off");
|
context.report (enabled ? "Collision -> On" : "Collision -> Off");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue