forked from mirror/openmw-tes3mp
minor fix
This commit is contained in:
parent
536a0e0ab0
commit
ca30f2af3d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ namespace
|
|||
mPhysics (physics), mRendering (rendering)
|
||||
{}
|
||||
|
||||
bool InsertFunctor::InsertFunctor::operator() (const MWWorld::Ptr& ptr)
|
||||
bool InsertFunctor::operator() (const MWWorld::Ptr& ptr)
|
||||
{
|
||||
if (mRescale)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue