forked from mirror/openmw-tes3mp
Call getPtrViaHandle instead of searchPtrViaHandle for faced handle
This commit is contained in:
parent
7e6e248511
commit
45c90bdcb5
1 changed files with 1 additions and 1 deletions
|
@ -973,7 +973,7 @@ namespace MWWorld
|
|||
if (facedHandle.empty())
|
||||
return MWWorld::Ptr();
|
||||
|
||||
return searchPtrViaHandle(facedHandle);
|
||||
return getPtrViaHandle(facedHandle);
|
||||
}
|
||||
|
||||
std::pair<MWWorld::Ptr,Ogre::Vector3> World::getHitContact(const MWWorld::Ptr &ptr, float distance)
|
||||
|
|
Loading…
Reference in a new issue