forked from mirror/openmw-tes3mp
Merge remote-tracking branch 'zini/master' into ptr-improvements
This commit is contained in:
commit
58481ec7c3
1 changed files with 2 additions and 2 deletions
|
@ -465,7 +465,7 @@ namespace MWWorld
|
||||||
iter!=mWorldScene->getActiveCells().end(); ++iter)
|
iter!=mWorldScene->getActiveCells().end(); ++iter)
|
||||||
{
|
{
|
||||||
Ptr::CellStore* cellstore = *iter;
|
Ptr::CellStore* cellstore = *iter;
|
||||||
Ptr ptr = mCells.getPtr (name, *cellstore);
|
Ptr ptr = mCells.getPtr (name, *cellstore, true);
|
||||||
|
|
||||||
if (!ptr.isEmpty())
|
if (!ptr.isEmpty())
|
||||||
return ptr;
|
return ptr;
|
||||||
|
|
Loading…
Reference in a new issue