1
0

Fix GSAVE

This commit is contained in:
otya128
2016-12-14 18:47:43 +09:00
parent 55e9329f43
commit 11b1da4450

View File

@@ -576,6 +576,12 @@ class Graphic
{
if (w * h > array.length)
return;
auto oldPage = useGRP;
useGRP = savepage;
scope (exit)
{
useGRP = oldPage;
}
//endian?
if (false && flag)//0=32bit
{