Skip to content

Commit 1ab5fd6

Browse files
committed
Merge branch 'Graph-builder'
2 parents d032b3f + 181be2d commit 1ab5fd6

8 files changed

Lines changed: 1 addition & 1 deletion

File tree

fonts/arial-font/ARIBL0.ttf

56.1 KB
Binary file not shown.

fonts/arial-font/ArialTh.ttf

40 KB
Binary file not shown.

fonts/arial-font/Arialn.ttf

58.6 KB
Binary file not shown.

fonts/arial-font/GEO_AI__.TTF

59 KB
Binary file not shown.

fonts/arial-font/G_ari_bd.TTF

130 KB
Binary file not shown.

fonts/arial-font/G_ari_i.TTF

141 KB
Binary file not shown.

fonts/arial-font/arial.ttf

894 KB
Binary file not shown.

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "headers/runGraphBuilder.hpp"
1313

1414
enum class Windows {menu, sorting, graph};
15-
extern const sf::Font font("C:/Windows/fonts/arial.ttf");
15+
extern const sf::Font font("fonts/arial-font/arial.ttf");
1616

1717

1818
int main()

0 commit comments

Comments
 (0)