tiny fix
This commit is contained in:
parent
ac81f96ab4
commit
c31ceab19f
|
@ -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,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue