diff options
Diffstat (limited to '')
-rw-r--r-- | src/Entities/ItemFrame.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Entities/ItemFrame.h b/src/Entities/ItemFrame.h index ff43e5ee1..7266ae88d 100644 --- a/src/Entities/ItemFrame.h +++ b/src/Entities/ItemFrame.h @@ -11,15 +11,15 @@ class cItemFrame : public cHangingEntity { - typedef cHangingEntity super; + // tolua_end -public: + using super = cHangingEntity; - // tolua_end +public: // tolua_export CLASS_PROTODEF(cItemFrame) - cItemFrame(eBlockFace a_BlockFace, double a_X, double a_Y, double a_Z); + cItemFrame(eBlockFace a_BlockFace, Vector3d a_Pos); // tolua_begin |