Update comment

This commit is contained in:
Lactozilla 2023-10-30 17:49:46 -03:00
parent 4545f954e7
commit d479917bb7

View file

@ -1919,7 +1919,7 @@ static int lib_getTranslation(lua_State *L)
return 1; return 1;
} }
// #translations -> R_GetNumTranslations() // #translations -> R_NumCustomTranslations()
static int lib_translationslen(lua_State *L) static int lib_translationslen(lua_State *L)
{ {
lua_pushinteger(L, R_NumCustomTranslations()); lua_pushinteger(L, R_NumCustomTranslations());