]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/content_cao.h
Merge remote-tracking branch 'oblomov/new_input'
[dragonfireclient.git] / src / content_cao.h
index b984be1361cb79d98fbf016659058cec538f65dd..319f90380f6d4a3afa4fe741386507a189215b10 100644 (file)
@@ -187,7 +187,8 @@ class RatCAO : public ClientActiveObject
        core::aabbox3d<f32>* getSelectionBox()
                {return &m_selection_box;}
        v3f getPosition()
-               {return m_position;}
+               {return pos_translator.vect_show;}
+               //{return m_position;}
 
 private:
        core::aabbox3d<f32> m_selection_box;