From df467df5d6c0d52e49f5a5aebd9943d7b90eeb46 Mon Sep 17 00:00:00 2001 From: Roman Pytkov Date: Thu, 22 Jan 2026 18:17:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D0=B0=20=D1=82?= =?UTF-8?q?=D0=B5=D0=BA=D1=81=D1=82=D1=83=D1=80=D0=B0=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.zig | 7 ------- 1 file changed, 7 deletions(-) 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();