X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fcontent_cao.h;h=319f90380f6d4a3afa4fe741386507a189215b10;hb=836e43db60ff1f3c9d160d0d58ba5a631c4293fc;hp=b984be1361cb79d98fbf016659058cec538f65dd;hpb=2587bb361cfc96b3a695d1476e39b9c0ecaa6553;p=dragonfireclient.git diff --git a/src/content_cao.h b/src/content_cao.h index b984be136..319f90380 100644 --- a/src/content_cao.h +++ b/src/content_cao.h @@ -187,7 +187,8 @@ class RatCAO : public ClientActiveObject core::aabbox3d* getSelectionBox() {return &m_selection_box;} v3f getPosition() - {return m_position;} + {return pos_translator.vect_show;} + //{return m_position;} private: core::aabbox3d m_selection_box;