Changeset 04a9a00 in galcon-client for src/com/example/helloandroid/Fleet.java
- Timestamp:
- Jun 14, 2010, 1:07:33 AM (15 years ago)
- Branches:
- master
- Children:
- 9d030cb
- Parents:
- 647a312
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/com/example/helloandroid/Fleet.java
r647a312 r04a9a00 248 248 } 249 249 } else { 250 angle = speed/(double)nearPlanet.radius *.1;250 angle = speed/(double)nearPlanet.radius; 251 251 252 252 if(isClockwise){
Note:
See TracChangeset
for help on using the changeset viewer.