Open GoogleCodeExporter opened 9 years ago
[deleted comment]
I've the same problem.
He has fixed it in the source code:
http://code.google.com/p/beginning-android-games/source/browse/trunk/ch04-androi
d-basics/src/com/badlogic/androidgames/SurfaceViewTest.java - where he has
added a break statement after the renderThread.join() - Then the pause code
will wait until the render thread dies (renderThread.join()). If it gets
interrupted, it catch the exception and try again! Else the render thread is
died and break out of the while loop.
Original comment by fuddiG
on 18 May 2012 at 1:43
my bad, this was addressed in ticket 24. solution is:
"It's necessary to add a break after renderThread.join() call."
thanks!
Original comment by rumbur...@gmail.com
on 20 May 2012 at 4:26
Original issue reported on code.google.com by
rumbur...@gmail.com
on 16 May 2012 at 9:25