Skip to content

Commit

Permalink
Ran cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Flawake authored and kmeisthax committed Jul 14, 2023
1 parent fc32dc3 commit 6b423a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/player.rs
Expand Up @@ -1288,7 +1288,7 @@ impl Player {
if let Some(state) = pressed.as_displayobject().state() {
new_down_object.set_state(context, state);
}

context.mouse_down_object = new_down_object.as_interactive();
}
}
Expand Down

0 comments on commit 6b423a7

Please sign in to comment.