Fixed style violations
This commit is contained in:
parent
3d398baf35
commit
cb8ea41c90
@ -27,7 +27,7 @@ public:
|
|||||||
eBlockFace GetFacing() const { return cHangingEntity::ProtocolFaceToBlockFace(m_Facing); }
|
eBlockFace GetFacing() const { return cHangingEntity::ProtocolFaceToBlockFace(m_Facing); }
|
||||||
|
|
||||||
/** Set the direction in which the entity is facing. */
|
/** Set the direction in which the entity is facing. */
|
||||||
void SetFacing(eBlockFace a_Facing) { m_Facing = cHangingEntity::BlockFaceToProtocolFace(a_Facing); }
|
void SetFacing(eBlockFace a_Facing) { m_Facing = cHangingEntity::BlockFaceToProtocolFace(a_Facing); }
|
||||||
|
|
||||||
// tolua_end
|
// tolua_end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user