mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-22 19:39:32 -04:00
fixed RefData::getHandle
This commit is contained in:
parent
ead04e1cc3
commit
1cecab6e3d
@ -75,6 +75,9 @@ namespace MWWorld
|
||||
|
||||
std::string RefData::getHandle()
|
||||
{
|
||||
if (!mBaseNode)
|
||||
return "";
|
||||
|
||||
return mBaseNode->getName();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user