1
0

Fix VSYNC

This commit is contained in:
otya128
2016-12-16 20:36:48 +09:00
parent aedb1ffd4e
commit c5b6579920
2 changed files with 8 additions and 5 deletions

View File

@@ -274,10 +274,6 @@ class BuiltinFunction
}
static void VSYNC(PetitComputer p, int time)
{
if (time == 0)
{
return;
}
p.vsync(time);
}
static void WAIT(PetitComputer p, DefaultValue!int time)