diff options
Diffstat (limited to 'js/pb.js')
| -rw-r--r-- | js/pb.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(); |
