path is on a lower ground if maze was resolved.
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user