Skip to content

Commit

Permalink
Switch back to 0.02 for scale step for matching
Browse files Browse the repository at this point in the history
  • Loading branch information
efokschaner committed Jan 10, 2016
1 parent 97047fb commit 26a5527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public PrecomputedTileImageData(TileType tt, Bitmap baseImage) {
}

public ImageProcessor(AssetManager assMan) {
for (double s = 1.0; s > 0.75; s -= 0.01) {
for (double s = 1.0; s > 0.75; s -= 0.02) {
tileImageScalesRange.add(s);
}
for(TileType t: TileType.values()) {
Expand Down

0 comments on commit 26a5527

Please sign in to comment.