Skip to content

Commit

Permalink
Save heightmap w/ actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-short committed Oct 29, 2015
1 parent 2ba8e52 commit 1540bb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/net/buddat/wgenerator/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -1601,6 +1601,8 @@ public void actionSaveActions () {
bw.write(s + "\r\n");

bw.close();

actionSaveHeightmap();
} catch (IOException ex) {
System.err.println("Saving actions failed: "+ex.toString());
} finally {
Expand Down

0 comments on commit 1540bb7

Please sign in to comment.