logo

ibnjs

Unnamed repository; edit this file 'description' to name the repository.
commit: dbe27171a60deda034bf67afb298c413ec5c46b8
parent bbdddc8a2cc9d9957f8da4e5dae2b2acd277d1c9
Author: Adrian Siekierka <asiekierka@gmail.com>
Date:   Sun,  1 Jan 2012 00:57:20 +0100

dont calculate audio with mediaswitch unless you use it

Diffstat:

Mibniz.html4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ibniz.html b/ibniz.html @@ -12,7 +12,7 @@ Why u no canvas <input type="checkbox" id="recalcAudio">More accurate audio (slightly slower) </form> <div id="fps"><b>FPS:</b> [loading...]</div> -<b>IBNIZ-js 0.9</b><br> +<b>IBNIZ-js 0.9a</b><br> <a href="https://github.com/asiekierka/ibnjs">Github repository</a><br> <a href="mailto:asiekierka@gmail.com">Contact</a><br> <script type="text/javascript"> @@ -529,7 +529,7 @@ function Parser(simpleGetPut,useAudio) break; // Exterior! case 77: // media context switch - if(!this.mediaSwitch) this.terminate=1; + if(!this.mediaSwitch || !this.useAudio) this.terminate=1; else { this.mode=1;