1
0

Fix GPRIO

This commit is contained in:
otya128
2016-12-15 19:19:06 +09:00
parent d868dae8da
commit f2adabd68b

View File

@@ -668,7 +668,7 @@ class Graphic
}
gload(x, y, w, h, cast(int[])paint.buffer, 0, copymode);
}
int[2] gprios = [1, 1];
int[2] gprios = [511, 511];
@property ref gprio()
{