forked from mirror/openmw-tes3mp
removing tabs
This commit is contained in:
parent
6c80e75deb
commit
8edcd4d15b
2 changed files with 71 additions and 72 deletions
|
@ -27,8 +27,7 @@ private:
|
||||||
|
|
||||||
static bool lightOutQuadInLin;
|
static bool lightOutQuadInLin;
|
||||||
public:
|
public:
|
||||||
Objects(OEngine::Render::OgreRenderer& _rend): mRend(_rend){
|
Objects(OEngine::Render::OgreRenderer& _rend): mRend(_rend){}
|
||||||
}
|
|
||||||
~Objects(){}
|
~Objects(){}
|
||||||
void insertBegin (const MWWorld::Ptr& ptr, bool enabled, bool static_);
|
void insertBegin (const MWWorld::Ptr& ptr, bool enabled, bool static_);
|
||||||
void insertMesh (const MWWorld::Ptr& ptr, const std::string& mesh);
|
void insertMesh (const MWWorld::Ptr& ptr, const std::string& mesh);
|
||||||
|
|
Loading…
Reference in a new issue