mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Remove RGSS version check from viewportElementBinding
This commit is contained in:
parent
76d51b229f
commit
6a006f1b13
1 changed files with 3 additions and 3 deletions
|
@ -97,10 +97,10 @@ viewportElementBindingInit(VALUE klass)
|
|||
|
||||
_rb_define_method(klass, "viewport", viewportElementGetViewport<C>);
|
||||
|
||||
if (rgssVer >= 2)
|
||||
{
|
||||
//if (rgssVer >= 2)
|
||||
//{
|
||||
_rb_define_method(klass, "viewport=", viewportElementSetViewport<C>);
|
||||
}
|
||||
//}
|
||||
}
|
||||
|
||||
#endif // VIEWPORTELEMENTBINDING_H
|
||||
|
|
Loading…
Add table
Reference in a new issue