Changeset b6a9b5f in galcon-client for src/com/example/helloandroid/Game.java
- Timestamp:
- May 28, 2010, 4:02:05 AM (15 years ago)
- Branches:
- master
- Children:
- 5053d90
- Parents:
- 5a03a06
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/com/example/helloandroid/Game.java
r5a03a06 rb6a9b5f 112 112 if (savedInstanceState == null) { 113 113 // we were just launched: set up a new game 114 mThread.setState(DrawingThread.STATE_R EADY);114 mThread.setState(DrawingThread.STATE_RUNNING); 115 115 Log.w(this.getClass().getName(), "SIS is null"); 116 116 } else {
Note:
See TracChangeset
for help on using the changeset viewer.