From 0376b847d76d0b47cd86ac862f3b0554bcfbe6aa Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Fri, 6 Dec 2013 19:23:27 +0000 Subject: Removed exporting of a torch function --- src/Blocks/BlockTorch.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Blocks/BlockTorch.h b/src/Blocks/BlockTorch.h index 72a313126..2e7c5b814 100644 --- a/src/Blocks/BlockTorch.h +++ b/src/Blocks/BlockTorch.h @@ -55,8 +55,8 @@ public: } - static NIBBLETYPE DirectionToMetaData(char a_Direction) // tolua_export - { // tolua_export + static NIBBLETYPE DirectionToMetaData(char a_Direction) + { switch (a_Direction) { case BLOCK_FACE_BOTTOM: ASSERT(!"Shouldn't be getting this face"); return 0; @@ -72,7 +72,7 @@ public: } }; return 0x0; - } // tolua_export + } static char MetaDataToDirection(NIBBLETYPE a_MetaData) // tolua_export -- cgit v1.2.3