Skip to content

Commit 22f0829

Browse files
Added a single comment lmao
I think this comment was here in the old client so ahahaha
1 parent 22bd073 commit 22f0829

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ async fn main() {
3939
// This just loads the font used for the game.
4040
let font: Font = load_ttf_font("./Resources/Acme 9 Regular.ttf").await.unwrap();
4141

42+
// This sets up audio output
4243
let (_stream, stream_handle) = OutputStream::try_default().unwrap();
4344
let sink = rodio_raw::Sink::try_new(&stream_handle).unwrap();
4445

@@ -2494,4 +2495,4 @@ async fn main() {
24942495
save_string.pop();
24952496

24962497
let _ = std::fs::write("./save-data/save.txt", save_string);
2497-
}
2498+
}

0 commit comments

Comments
 (0)