X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcontent_cao.h;h=319f90380f6d4a3afa4fe741386507a189215b10;hb=4acad897cf895e7ddf0810c35e4054588453f913;hp=b984be1361cb79d98fbf016659058cec538f65dd;hpb=308d8613276ef695d587e72773f0b96253cdb328;p=oweals%2Fminetest.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 @@ public: 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;