Add todo
This commit is contained in:
parent
fc7d33fb3c
commit
24bb56810a
@ -43,7 +43,7 @@ Vector2 Tree::drawLine()
|
||||
{
|
||||
Vector2 point = Vector2Lerp(arg.start, end, i);
|
||||
Color color = ColorLerp(m_dna->branches[arg.dep - 1].color, m_dna->branches[arg.dep].color, i);
|
||||
DrawCircleV(point, thick, color);
|
||||
DrawCircleV(point, thick, color); // TODO Change to use shader
|
||||
}
|
||||
return end;
|
||||
}
|
||||
|
@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
#include "values/Dna.hpp"
|
||||
#include "values/mrand.hpp"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user