Browse Source

fixed typo in wrapper function declaration

Bill Meltsner 15 years ago
parent
commit
41124e9032
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/graphics/opengl/wrap_Image.h

+ 1 - 1
src/modules/graphics/opengl/wrap_Image.h

@@ -34,7 +34,7 @@ namespace opengl
 	Image * luax_checkimage(lua_State * L, int idx);
 	Image * luax_checkimage(lua_State * L, int idx);
 	int w_Image_getWidth(lua_State * L);
 	int w_Image_getWidth(lua_State * L);
 	int w_Image_getHeight(lua_State * L);
 	int w_Image_getHeight(lua_State * L);
-	int w_Image_setFIlter(lua_State * L);
+	int w_Image_setFilter(lua_State * L);
 	int luaopen_image(lua_State * L);
 	int luaopen_image(lua_State * L);
 
 
 } // opengl
 } // opengl