3rd person animations synced with 1st person animations
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
const EntityWrapper EntityWrapper::Invalid = EntityWrapper(nullptr, EntityID_Invalid);
|
||||
|
||||
const std::string EntityWrapper::Name()
|
||||
const std::string EntityWrapper::Name() const
|
||||
{
|
||||
return World->GetName(ID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user