mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
ruby why are you like this
This commit is contained in:
parent
4b7bd4a10a
commit
6f1542ecf9
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ void bitmapBindingInit() {
|
|||
_rb_define_method(klass, "radial_blur", bitmapRadialBlur);
|
||||
|
||||
_rb_define_method(klass, "mega?", bitmapGetMega);
|
||||
rb_define_singleton_method(klass, "max_size", RUBY_METHOD_FUNC(bitmapGetMaxSize), 0);
|
||||
rb_define_singleton_method(klass, "max_size", RUBY_METHOD_FUNC(bitmapGetMaxSize), -1);
|
||||
|
||||
INIT_PROP_BIND(Bitmap, Font, "font");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue