Merge pull request #684 from db0z/patch-1
#673 fix (sync() with no arguments in wren)
This commit is contained in:
commit
3f86163560
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue