mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-07 19:23:58 +03:00
Reintroduce showMarkers flag
This commit is contained in:
parent
6d85444d26
commit
5a582e7eb7
3 changed files with 23 additions and 4 deletions
|
@ -9,6 +9,8 @@
|
|||
#include <components/vfs/manager.hpp>
|
||||
#include <components/vfs/registerarchives.hpp>
|
||||
|
||||
#include <components/nifosg/nifloader.hpp>
|
||||
|
||||
#include "model/doc/document.hpp"
|
||||
#include "model/world/data.hpp"
|
||||
|
||||
|
@ -24,7 +26,7 @@ CS::Editor::Editor ()
|
|||
CSMSettings::UserSettings::instance().loadSettings ("opencs.ini");
|
||||
mSettings.setModel (CSMSettings::UserSettings::instance());
|
||||
|
||||
//NifOgre::Loader::setShowMarkers(true);
|
||||
NifOsg::Loader::setShowMarkers(true);
|
||||
|
||||
mVFS.reset(new VFS::Manager(mFsStrict));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue