mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-21 22:58:42 -06:00
remove comment
This commit is contained in:
parent
48acb7ccf6
commit
c100555f4a
|
@ -162,7 +162,6 @@ impl UiDrawCall {
|
|||
let y = angle.cos();
|
||||
|
||||
let mut corner_impl = |rp: Vec2, color: &Corners<Vec4>| {
|
||||
//TODO: also calculate proper uv
|
||||
let rrp = rp / *size;
|
||||
let color_at_point =
|
||||
color.bottom_right * rrp.x * rrp.y +
|
||||
|
|
Loading…
Reference in a new issue