Dawoud / PuzzleGameAndroid

12 stars 7 forks source link

BUG: game crashes on puzzle entry #41

Closed juhmelo closed 10 years ago

juhmelo commented 10 years ago

After introducing the new map the game crashes when the player tries to open a puzzle. This does not always happen, and seems that the desktop and mobile versions have differences in how the crashes occur.

gargassus commented 10 years ago

Fixed it. It appeared that I had called OrthogonalTiledMapRenderer dispose() method in FirstSection dispose() method which then caused crashing. Why did it happen? I have no clue...