Skip to content

Commit

Permalink
More or less a dummy commit to force Travis to reconsider its decision.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcld committed Oct 15, 2015
1 parent d11d7c2 commit 71b7819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worldengine/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def generate_plates(seed, world_name, output_dir, width, height,
# Generate images
filename = '%s/plates_%s.png' % (output_dir, world_name)
sea_level = find_threshold_f(world.elevation['data'], 1.0 - ocean_level,
ocean=None, max=1.0, mindist=0.00001)
ocean=None, max=1.0, mindist=0.000005)

draw_simple_elevation_on_file(world.elevation['data'], filename, width,
height, sea_level)
Expand Down

0 comments on commit 71b7819

Please sign in to comment.