Changeset 14592 in josm for trunk/src/org/openstreetmap/josm/gui/animation
- Timestamp:
- 2018-12-23T00:41:06+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/animation/Star.java
r14581 r14592 104 104 } 105 105 106 private int createRadius() { 106 private static int createRadius() { 107 107 return averageStarWidth / 2 + seed.nextInt(averageStarWidth); 108 108 }
Note:
See TracChangeset
for help on using the changeset viewer.