diff options
| author | Patrick | 2021-03-18 13:26:11 +0100 |
|---|---|---|
| committer | Patrick | 2021-03-18 13:26:11 +0100 |
| commit | 44436c7880a40597c7b74151d342ae8092fba499 (patch) | |
| tree | 8b5d95873a6e6a4003bbe78bd854be6c2b1a1ad7 /index.html | |
| parent | 817985c51cec99b76f30968bcd731b0904d5be50 (diff) | |
| download | cloth_sim-44436c7880a40597c7b74151d342ae8092fba499.tar.gz cloth_sim-44436c7880a40597c7b74151d342ae8092fba499.zip | |
fix exploding behaviour
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
