Update shader for android
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include <cmath>
|
||||
|
||||
#include "canvas/Tree.hpp"
|
||||
#include "canvas/Circle.hpp"
|
||||
|
||||
#include <raylib.h>
|
||||
#include <raymath.h>
|
||||
@@ -45,8 +44,6 @@ void Tree::init(int size)
|
||||
|
||||
void Tree::draw(Dna *dna)
|
||||
{
|
||||
Circle::setSoftEdge(false);
|
||||
|
||||
m_dna = dna;
|
||||
branchSeed = dna->branchSeed;
|
||||
drawCalls.push_back({start, 180.0f, 0});
|
||||
|
||||
Reference in New Issue
Block a user