diff --git a/src/code.c b/src/code.c index 28ea588..b3f1386 100644 --- a/src/code.c +++ b/src/code.c @@ -1500,7 +1500,7 @@ void initCode(Code* code, tic_mem* tic, tic_code* src) .items = code->outline.items, .index = 0, }, - .altFont = true, + .altFont = false, .event = onStudioEvent, .update = update, };