Ran cargo fmt

This commit is contained in:
michiel2005 2023-07-14 23:11:10 +02:00 committed by kmeisthax
parent fc32dc3671
commit 6b423a7eef
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
}