mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-27 16:39:29 +00:00
Oh well. 3d is actually written 3D
This commit is contained in:
parent
9ab25f7518
commit
ee4ea72335
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ static int gfx_getFPS(lua_State *L) {
|
|||
static int gfx_set3D(lua_State *L) {
|
||||
bool enable = lua_toboolean(L, 1);
|
||||
|
||||
sf2d_set_3d(enable);
|
||||
sf2d_set_3D(enable);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue