mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-23 15:23:44 +02:00
Don't call assumeRubyGC(false)
in Bitmap::sandbox_deserialize_begin
This commit is contained in:
parent
1a275a1866
commit
32802c0721
1 changed files with 0 additions and 2 deletions
|
@ -4158,8 +4158,6 @@ void Bitmap::sandbox_deserialize_begin(bool is_new)
|
||||||
deserModified = is_new;
|
deserModified = is_new;
|
||||||
|
|
||||||
deserSizeChanged = is_new;
|
deserSizeChanged = is_new;
|
||||||
|
|
||||||
assumeRubyGC(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Bitmap::sandbox_deserialize_end(bool is_sandbox_object)
|
void Bitmap::sandbox_deserialize_end(bool is_sandbox_object)
|
||||||
|
|
Loading…
Add table
Reference in a new issue