mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-22 07:08:42 -06:00
remove comment
This commit is contained in:
parent
e7edd98d41
commit
6feefb61fa
|
@ -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