1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 02:45:32 +00:00

Fix a typo

This commit is contained in:
scrawl 2015-06-05 02:06:13 +02:00
parent a0b0ae9bd1
commit d8d43f94b9

View file

@ -59,7 +59,7 @@ namespace NifOsg
static void loadKf(Nif::NIFFilePtr kf, KeyframeHolder& target);
/// Set whether or not nodes marked as "MRK" should be shown.
/// These should be hidden ingame, but visible in the editior.
/// These should be hidden ingame, but visible in the editor.
/// Default: false.
static void setShowMarkers(bool show);