mirror of
https://github.com/Stone-Red-Code/Maze.git
synced 2026-09-04 17:16:14 +02:00
Change graphics mode back to "Colored"
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ try
|
||||
Console.Clear();
|
||||
}
|
||||
|
||||
List<DfsNode> solution = solver.Solve(startNode, maze, GraphicsMode.None);
|
||||
List<DfsNode> solution = solver.Solve(startNode, maze, GraphicsMode.Colored);
|
||||
|
||||
printer.PrintColored(maze, solution, redrawAll: true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user