Skip to content

Commit

Permalink
fixing default values
Browse files Browse the repository at this point in the history
  • Loading branch information
idiom-bytes committed Jul 27, 2024
1 parent d05baa5 commit 83cf8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depth_sim.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="slider-container">
<label for="mouseEffect">Mouse Effect: </label>
<input type="range" id="mouseEffect" min="0" max="0.5" step="0.01" value="0.1">
<span id="mouseEffectValue">0..39</span>
<span id="mouseEffectValue">0.39</span>
</div>
<div class="slider-container">
<label for="swirlIntensity">Swirl Intensity: </label>
Expand Down Expand Up @@ -209,4 +209,4 @@
});
</script>
</body>
</html>
</html>

0 comments on commit 83cf8f3

Please sign in to comment.