1
0

スプライトの回転拡大にSPHOMEが正常に適用されていない問題を修正,整数DIVを追加,その他TECDEMOが動くよう挙動を調整

This commit is contained in:
otya128
2015-08-24 22:48:05 +09:00
parent 0a52b51371
commit ac8eb9b96d
8 changed files with 311 additions and 109 deletions

View File

@@ -45,7 +45,7 @@ class SyntaxError : SmileBasicError
this(wstring func)
{
this();
this.message2 = "Undefine function (" ~ func.to!string ~ ")";
this.message2 = "Undefined function (" ~ func.to!string ~ ")";
}
}
class IllegalFunctionCall : SmileBasicError