mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-28 00:39:30 +00:00
Small tweak, just in case
This commit is contained in:
parent
d405bba6ca
commit
f098e4a68e
1 changed files with 6 additions and 6 deletions
|
|
@ -154,9 +154,9 @@ static const struct luaL_Reg texture_functions[] = {
|
||||||
|
|
||||||
// constants
|
// constants
|
||||||
struct { char *name; int value; } texture_constants[] = {
|
struct { char *name; int value; } texture_constants[] = {
|
||||||
{"PLACE_RAM", 0},
|
{"PLACE_RAM", SF2D_PLACE_RAM },
|
||||||
{"PLACE_VRAM", 1},
|
{"PLACE_VRAM", SF2D_PLACE_VRAM},
|
||||||
{"PLACE_TEMP", 2},
|
{"PLACE_TEMP", SF2D_PLACE_TEMP},
|
||||||
{"TYPE_PNG", 0 },
|
{"TYPE_PNG", 0 },
|
||||||
{"TYPE_JPEG", 1 },
|
{"TYPE_JPEG", 1 },
|
||||||
{"TYPE_BMP", 2 },
|
{"TYPE_BMP", 2 },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue