1
0

BGROT, BGSCALE実装.

This commit is contained in:
otya128
2015-08-25 10:40:26 +09:00
parent ac8eb9b96d
commit cdda2dadbd
3 changed files with 27 additions and 0 deletions

View File

@@ -846,6 +846,7 @@ class PetitComputer
printConsole(sbe.getErrorMessage2, "\n");
//printConsole(sbe.to!string);
writeln(sbe.to!string);
writeln(sbe.getErrorMessage2);
}
catch
{