.
This commit is contained in:
parent
719973ad19
commit
e6d8607d3f
@ -40,8 +40,6 @@ pub fn main() !void {
|
||||
const deinit_status = dbg_allocator.deinit();
|
||||
if (deinit_status == .leak) {
|
||||
@panic("LEAKED!");
|
||||
} else {
|
||||
// @panic("SUCCESS!");
|
||||
}
|
||||
}
|
||||
|
||||
@ -56,7 +54,6 @@ pub fn main() !void {
|
||||
|
||||
defer enet.enet_deinitialize();
|
||||
|
||||
// rl.SetConfigFlags(.{ .window_highdpi = true, .vsync_hint = false });
|
||||
rl.SetConfigFlags(rl.FLAG_WINDOW_HIGHDPI);
|
||||
rl.InitWindow(screen_width, screen_height, "zzz");
|
||||
defer rl.CloseWindow();
|
||||
@ -64,7 +61,7 @@ pub fn main() !void {
|
||||
font.ft_lib = try ft.Library.init();
|
||||
|
||||
const sizes = [_]i32{
|
||||
60,
|
||||
30,
|
||||
};
|
||||
|
||||
var vollkorn: [sizes.len]font.Font = undefined;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user