mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-10 04:46:08 -04:00
Merge remote-tracking branch 'zini/master' into ptr-improvements
This commit is contained in:
commit
58481ec7c3
@ -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…
x
Reference in New Issue
Block a user