Merge pull request #684 from db0z/patch-1

#673 fix (sync() with no arguments in wren)
This commit is contained in:
Vadim Grigoruk
2018-08-18 08:43:57 +03:00
committed by GitHub

View File

@@ -1066,7 +1066,7 @@ static void wren_sync(WrenVM* vm)
{ {
tic_mem* memory = (tic_mem*)getWrenMachine(vm); tic_mem* memory = (tic_mem*)getWrenMachine(vm);
bool toCart = true; bool toCart = false;
u32 mask = 0; u32 mask = 0;
s32 bank = 0; s32 bank = 0;