1
0

グラフィック系を大幅に高速化,16,2進数リテラルの実�

This commit is contained in:
otya128
2015-08-23 20:37:56 +09:00
parent e57782ea3d
commit 0a52b51371
7 changed files with 185 additions and 48 deletions

View File

@@ -1339,7 +1339,7 @@ class PushSystemVariable : Code
}
override void execute(VM vm)
{
vm.push(var.value);
vm.push(var.value(vm));
}
override string toString(VM vm)
{