Skip to content

Commit b3f59f0

Browse files
committed
Add build directory to .gitignore
1 parent 3296695 commit b3f59f0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.gitignore

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
.vscode
2-
bin/*
3-
Azzian
1+
/Azzian
2+
/bin
3+
/build
4+
45
.clangd
6+
.vscode

src/screen_title.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ void DrawTitleScreen(void) {
506506
"WAIT WHAT!? YOU WANT TO CHANGE THE LANGUAGE?",
507507
(Vector2){
508508
screenWidth / 2 -
509-
MeasureText("WAIT WHAT!? YOU WANT TO CHANGE THE LANGUAGE?", 23.5) / 2 - 30,
509+
MeasureText("WAIT WHAT!? YOU WANT TO CHANGE THE LANGUAGE?", 23) / 2 - 30,
510510
screenHeight / 2 - padding * 3},
511511
23.5,
512512
3,

0 commit comments

Comments
 (0)