This commit is contained in:
db0z 2018-08-16 13:59:38 +03:00 committed by GitHub
parent 9e59ce5ca6
commit 222055b85a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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