Get font info.

This commit is contained in:
jussi
2022-06-26 15:03:08 +03:00
parent 36baf4c122
commit 314d0412a5
24 changed files with 130 additions and 6 deletions

View File

@@ -664,7 +664,7 @@ int lcoreSetConfigFlags( lua_State *L ) {
lua_pushboolean( L, false );
return 1;
}
SetConfigFlags( lua_tointeger( L, -1 ) );
SetConfigFlags( (unsigned int)lua_tointeger( L, -1 ) );
lua_pushboolean( L, true );
return 1;