Skip to content

Commit

Permalink
Fix for issue with JIT when trying to compile after Moonshine is unlo…
Browse files Browse the repository at this point in the history
…aded.
  • Loading branch information
paulcuth committed Nov 25, 2014
1 parent 5187fc4 commit 3e8538c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vm/src/jit.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@


function onWaitTimerTick () {
if (!shine || !shine.jit) return;

var now = getNow(),
fps = 1000 * frameCounter / (now - waitTimerStarted);

Expand Down

0 comments on commit 3e8538c

Please sign in to comment.