summaryrefslogtreecommitdiff
path: root/js/pb.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/pb.js')
-rw-r--r--js/pb.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/pb.js b/js/pb.js
index b2babb5..6fad993 100644
--- a/js/pb.js
+++ b/js/pb.js
@@ -53,6 +53,8 @@ function loadNew() {
textureURL = document.getElementById("texture").value.replace(/\s/,"");
heightmapURL = document.getElementById("heightmap").value.replace(/\s/,"");
+ is_generating = true;
+ toggle_background();
console.log(textureURL);
console.log(heightmapURL);
stop_animating();