leijunhunter / rokon

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

RokonActivity dispose #130

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
when exit game, will call dispose function, maybe should add 
currentScene.onEndScene() in this function? 

Original issue reported on code.google.com by rayjun...@gmail.com on 30 Jul 2010 at 1:52

GoogleCodeExporter commented 8 years ago
I don't think it should, if you are handling things properly - you'll be 
controlling the Back button anyway, so the only exits you expect will be 
triggered by you, anything else would be a crash / bug / kill, which you don't 
want to be going back into the Scene for

Original comment by rtaylor205@gmail.com on 7 Aug 2010 at 9:38