add a comment to fix stuff later

This commit is contained in:
griffi-gh 2024-03-06 21:28:35 +01:00
parent abae9d25fc
commit eac62c9041

View file

@ -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.),
});