One more with the tabs

This commit is contained in:
Mike Primm 2011-05-15 08:05:36 -05:00
parent e26ac97787
commit 355d54842f

View File

@ -135,7 +135,7 @@ public class FlatMap extends MapType {
// Defines the 'step' in coloring.
float step = 10 / 128.0f;
// The step applied to height.
float scale = ((int)(height/step))*step;