Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

Commit 41542da

Browse files
authored
Merge pull request #31 from NineNineFive/André---Fail
André
2 parents 77e31d2 + d2a8821 commit 41542da

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
455 Bytes
Binary file not shown.

src/files/Starter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ public static void main(String[] args) {
2020
public void start(Stage stage) {
2121
stage.setTitle("Pathfinding Project 2019");
2222
new Controller(new Model(),new View(stage)); // Model-View-Controller Architectural Pattern
23-
stage.show(); // Show Stage
23+
stage.show(); //
2424
}
2525
}

0 commit comments

Comments
 (0)