path is on a lower ground if maze was resolved.

This commit is contained in:
philippe lhardy
2018-03-04 21:36:03 +01:00
parent 0e8ab1e5bb
commit 3cb922455a
2 changed files with 17 additions and 4 deletions

View File

@@ -1313,7 +1313,7 @@ public class Display extends JFrame
try
{
FileOutputStream out = new FileOutputStream(outfile);
Wall3d.streamWallsOut(params.getName(), (WallsProvider) model, out);
Wall3d.streamWallsOut(params.getName(), model, out);
out.flush();
out.close();
System.out.println("... Done.");