mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Fix Font.default_size
binding in libretro builds
This commit is contained in:
parent
35ffaff26e
commit
e1c0e62aed
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ namespace mkxp_sandbox {
|
|||
}
|
||||
|
||||
static VALUE get_default_size(VALUE self) {
|
||||
return Font::getDefaultSize();
|
||||
return sb()->bind<struct rb_ll2inum>()()(Font::getDefaultSize());
|
||||
}
|
||||
|
||||
static VALUE set_default_size(VALUE self, VALUE value) {
|
||||
|
|
Loading…
Add table
Reference in a new issue