abouttreesummaryrefslogcommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorPatrick2021-03-18 13:26:11 +0100
committerPatrick2021-03-18 13:26:11 +0100
commit44436c7880a40597c7b74151d342ae8092fba499 (patch)
tree8b5d95873a6e6a4003bbe78bd854be6c2b1a1ad7 /index.html
parent817985c51cec99b76f30968bcd731b0904d5be50 (diff)
downloadcloth_sim-44436c7880a40597c7b74151d342ae8092fba499.tar.gz
cloth_sim-44436c7880a40597c7b74151d342ae8092fba499.zip
fix exploding behaviour
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 14f79e4..de3e51b 100644
--- a/index.html
+++ b/index.html
@@ -20,7 +20,7 @@
<div id="threejscontainer"></div>
<div id="Output"></div>
- <input type="checkbox" id="windToggle" checked="true">Wind</input>
+ <input type="checkbox" id="windToggle">Wind</input>
</body>
</html> \ No newline at end of file