diff --git a/GenerateTerrain.py b/GenerateTerrain.py index 1b218eb..3ac0521 100644 --- a/GenerateTerrain.py +++ b/GenerateTerrain.py @@ -103,7 +103,4 @@ def createMaterial(red, green, blue, alpha): # Calling the functions: cleanScene() spawnGround() -buildTree() - -# Shows that the code ran. -print("The code ran to the end successfully.") \ No newline at end of file +buildTree() \ No newline at end of file