Skip to content

Commit 2e32a6f

Browse files
authored
Merge pull request #2 from nakajimakotaro/fix-typo
fix-typo
2 parents 934f8b9 + 43352c4 commit 2e32a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/ProceduralModeling/Scripts/ProceduralTree.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ protected TreeBranch(int generation, int generations, Vector3 from, Vector3 tang
247247
float ratio; // [0.0 ~ 1.0]
248248
if(count == 1)
249249
{
250-
// 分岐数が位置である場合(0除算を回避)
250+
// 分岐数が1である場合(0除算を回避)
251251
ratio = 1f;
252252
} else
253253
{

0 commit comments

Comments
 (0)