follow the conventions 2
This commit is contained in:
parent
e1ce5abfeb
commit
8b31937dc8
|
|
@ -67,7 +67,7 @@ int main(void)
|
||||||
|
|
||||||
float theta = angle*DEG2RAD;
|
float theta = angle*DEG2RAD;
|
||||||
int maxBranches = (int)(powf(2, (int)(treeDepth)));
|
int maxBranches = (int)(powf(2, (int)(treeDepth)));
|
||||||
Branch branches[1024];
|
Branch branches[1024] = { 0 };
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
|
||||||
Vector2 initialEnd = CalculateBranchEnd(start, 0.0f, length);
|
Vector2 initialEnd = CalculateBranchEnd(start, 0.0f, length);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user