tiny fix
This commit is contained in:
		@@ -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,
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user