グラフィック系を大幅に高速化,16,2進数リテラルの実�
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user