OverkillManatee / beginning-android-games

Automatically exported from code.google.com/p/beginning-android-games
0 stars 0 forks source link

[Chapter 7] error in GLSurfaceViewTest.java source code #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Look in file GLSurfaceViewTest.java of chapter 7 in the Source section of this 
website.

What is the expected output? What do you see instead?

As noted in the errata for the book for pg280, in method
onResume() it should say super.onResume() instead of super.onPause().
But the source code on the site still contains the error.

What version of the product are you using? On what operating system?

Whatever the version is on this website at the time of this writing.

Please provide any additional information below.

Original issue reported on code.google.com by WingHon...@gmail.com on 1 Sep 2012 at 8:06