diff options
Diffstat (limited to 'src/clientobject.h')
-rw-r--r-- | src/clientobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientobject.h b/src/clientobject.h index ff9f9f37b..852d2c76b 100644 --- a/src/clientobject.h +++ b/src/clientobject.h @@ -61,7 +61,7 @@ public: virtual scene::IBillboardSceneNode *getSpriteSceneNode(){return NULL;} virtual bool isPlayer(){return false;} virtual bool isLocalPlayer(){return false;} - virtual void updateParent(){} + virtual void setAttachments(){} virtual bool doShowSelectionBox(){return true;} // Step object in time |