Skip to content

Commit 0d2fa27

Browse files
committed
Timer class updated so that code-resumed pauses don't mess up the internal _pausedTotal value (thanks @joelrobichaud, fix phaserjs#814)
Timer class when paused by code after a game-level pause wouldn't set the codepaused flag (thanks @joelrobichaud, fix phaserjs#814)
1 parent 86f6b11 commit 0d2fa27

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ Version 2.0.5 - "Tanchico" - in development
103103
* Device Silk UA test updated to avoid Safari conflict (thanks @jflowers45, fix #810)
104104
* Sound.stop on Samsung S4 would randomly throw a DOM error. Wrapped the audio stop in a try/catch (thanks FSDaniel)
105105
* RandomDataGenerator.integerInRange would return a non-integer value if you passed in a float.
106+
* Timer class updated so that code-resumed pauses don't mess up the internal _pausedTotal value (thanks @joelrobichaud, fix #814)
107+
* Timer class when paused by code after a game-level pause wouldn't set the codepaused flag (thanks @joelrobichaud, fix #814)
106108

107109

108110
### To Do

0 commit comments

Comments
 (0)