Skip to content

Commit

Permalink
fix: Macroix -> Drum Break
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanleiby committed Nov 11, 2024
1 parent 9c1c65d commit b17a7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const LOOPS_DIR: Dir = include_dir!("./assets/loops");

fn window_conf() -> Conf {
Conf {
window_title: "Macroix".to_owned(),
window_title: "Drum Break".to_owned(),
// fullscreen: true,
window_width: WINDOW_WIDTH,
window_height: WINDOW_HEIGHT,
Expand Down

0 comments on commit b17a7c0

Please sign in to comment.