Skip to content

Commit

Permalink
Update prepare_maze.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeProducts committed Mar 11, 2022
1 parent 8810db2 commit 6bf0d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/prepare_maze.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ vector<string> maze = {
};

// prepare maze to be able to pass it into AStar()
vector<vector<int>> prepared_maze = prepared_maze(maze);
vector<vector<int>> prepared_maze = prepare_maze(maze);


int main() {
Expand Down

0 comments on commit 6bf0d47

Please sign in to comment.