Skip to content
This repository was archived by the owner on Jan 31, 2018. It is now read-only.

Commit 1772525

Browse files
committed
Merge pull request #37 from Catarax/patch-4
Volume updated oninput
2 parents c29ff40 + 9d34f46 commit 1772525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
<div id="sound">
306306
<input type="checkbox" checked onchange="gba.audio.masterEnable = this.checked">
307307
<p>Sound</p>
308-
<input type="range" min="0" max="1" value="1" step="any" onchange="setVolume(this.value)">
308+
<input type="range" min="0" max="1" value="1" step="any" onchange="setVolume(this.value)" oninput="setVolume(this.value)">
309309
</div>
310310
<p id="openDebug" onclick="enableDebug()">Debugger</p>
311311
</div>

0 commit comments

Comments
 (0)