mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-22 07:08:42 -06:00
add a comment to fix stuff later
This commit is contained in:
parent
abae9d25fc
commit
eac62c9041
|
@ -176,6 +176,7 @@ impl UiDrawCall {
|
||||||
draw_call.vertices.push(UiVertex {
|
draw_call.vertices.push(UiVertex {
|
||||||
position: *position + *size * vec2(0.5, 0.5),
|
position: *position + *size * vec2(0.5, 0.5),
|
||||||
color: (color.bottom_left + color.bottom_right + color.top_left + color.top_right) / 4.,
|
color: (color.bottom_left + color.bottom_right + color.top_left + color.top_right) / 4.,
|
||||||
|
//TODO: fix this uv
|
||||||
uv: vec2(0., 0.),
|
uv: vec2(0., 0.),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue