michelle / super-icosahedron

Stanford Big Hack hack.
4 stars 0 forks source link

Weird behavior when switching tabs from game for a while, then back #6

Closed mochimisu closed 11 years ago

mochimisu commented 11 years ago

On Chrome

  1. Start game
  2. Switch tabs
  3. Come back to game

All of the pillars rise immediately when switching back, but there is some weird behavior for subsequent rises

michelle commented 11 years ago

Think this is an issue where the pillars are supposed to rise up but cannot because it WebGL is inactive when the user tabs away...so all the rises are queued and happen all at once.

michelle commented 11 years ago

daabc11 also fixes this bug as well as it can be fixed.