hiteshsuthar / rokon

Automatically exported from code.google.com/p/rokon
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

RokonActivity.onResume() calls currentScene.onPause() #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version of Rokon are you using?
trunk

Please provide any additional information below.
RokonActivity.java:140 calls "currentScene.onPause()" when it should
probably call "currentScene.onResume()". Looks like a simple copy-paste bug.

Original issue reported on code.google.com by drew.sch...@gmail.com on 6 Jun 2010 at 6:47

GoogleCodeExporter commented 8 years ago
Well spotted, thanks

Original comment by rtaylor205@gmail.com on 28 Jun 2010 at 3:35