From eac62c9041ae89bfb5baffcea42751ac6a539f13 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Wed, 6 Mar 2024 21:28:35 +0100 Subject: [PATCH] add a comment to fix stuff later --- hui/src/draw.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/hui/src/draw.rs b/hui/src/draw.rs index 6acd061..0253e11 100644 --- a/hui/src/draw.rs +++ b/hui/src/draw.rs @@ -176,6 +176,7 @@ impl UiDrawCall { draw_call.vertices.push(UiVertex { position: *position + *size * vec2(0.5, 0.5), color: (color.bottom_left + color.bottom_right + color.top_left + color.top_right) / 4., + //TODO: fix this uv uv: vec2(0., 0.), });