Skip to content

Commit 07f5310

Browse files
Update main.cpp
1 parent e4270b8 commit 07f5310

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ class Application {
2727

2828
// Cool startup animation
2929
void initAnimation() {
30-
// Store the initial value
31-
int iBranchLength = branchLength;
30+
int iBranchLength = branchLength; // Store the initial value
3231

3332
for (branchLength = 0; branchLength < iBranchLength; branchLength++) {
3433
renderFrame();

0 commit comments

Comments
 (0)