Skip to content

Commit

Permalink
Fix confetti demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jjant committed Aug 23, 2022
1 parent 8e43d51 commit bee0a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/confetti.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use rand::Rng;
use runty8::{App, Button, Pico8};

fn main() {
runty8::run_app::<Confetti>("".to_owned()).unwrap();
runty8::run_app::<Confetti>("./src/bin/confetti".to_owned()).unwrap();
}

struct Confetti {
Expand Down

0 comments on commit bee0a5b

Please sign in to comment.