aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/scene/imesh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/lua_api/scene/imesh.cpp')
-rw-r--r--src/client/lua_api/scene/imesh.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/client/lua_api/scene/imesh.cpp b/src/client/lua_api/scene/imesh.cpp
index c72e83a..b5c8939 100644
--- a/src/client/lua_api/scene/imesh.cpp
+++ b/src/client/lua_api/scene/imesh.cpp
@@ -23,11 +23,11 @@ using namespace video;
extern IrrlichtDevice* device;
-static LISceneNode* checkismesh(lua_State* L, int index){
- void* ud = luaL_checkudata(L,index,"scene.imesh");
- luaL_argcheck(L,ud != NULL, index, "'scene.imesh' expected");
- return (LISceneNode*) ud;
-}
+//static LISceneNode* checkismesh(lua_State* L, int index){
+ //void* ud = luaL_checkudata(L,index,"scene.imesh");
+ //luaL_argcheck(L,ud != NULL, index, "'scene.imesh' expected");
+ //return (LISceneNode*) ud;
+//}
/*
static LISceneNode* checkismesh(lua_State* L){