diff --git a/src/main.zig b/src/main.zig index 3da8887..80b4188 100644 --- a/src/main.zig +++ b/src/main.zig @@ -209,13 +209,6 @@ fn gui_frame(ctx: *WindowContext) bool { }, }, ); - - dvui.renderTexture(tex, dvui.RectScale{ .r = dvui.Rect.Physical{ - .x = @floatFromInt(vis.x), - .y = @floatFromInt(vis.y), - .w = @floatFromInt(tex.width), - .h = @floatFromInt(tex.height), - }, .s = 1.0 }, .{}) catch {}; } } canvas_layer.deinit();