mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
fixed typo in wrapper function declaration
This commit is contained in:
@@ -34,7 +34,7 @@ namespace opengl
|
||||
Image * luax_checkimage(lua_State * L, int idx);
|
||||
int w_Image_getWidth(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);
|
||||
|
||||
} // opengl
|
||||
|
||||
Reference in New Issue
Block a user