Skip to content

Commit c214e2b

Browse files
author
hayden-donnelly
committed
..
1 parent 07dcd34 commit c214e2b

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

Assets/Development/Scenes/Interpolation.unity

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Development/Scripts/Interpolator.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,9 @@ private IEnumerator MyCoroutine()
143143
upSampledHeight,
144144
heightMultiplier
145145
);
146-
147-
Debug.Log("CurrentStep: " + currentStep);
148146
yield return new WaitForSeconds(2);
149147
}
148+
Debug.Log("Done with seed " + currentSeedIndex);
150149
}
151150
}
152151

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)