This commit is contained in:
Vadim Grigoruk 2018-08-04 00:39:07 +03:00
parent ac81f96ab4
commit c31ceab19f
1 changed files with 1 additions and 1 deletions

View File

@ -1500,7 +1500,7 @@ void initCode(Code* code, tic_mem* tic, tic_code* src)
.items = code->outline.items, .items = code->outline.items,
.index = 0, .index = 0,
}, },
.altFont = true, .altFont = false,
.event = onStudioEvent, .event = onStudioEvent,
.update = update, .update = update,
}; };