1786004085
This commit is contained in:
@@ -46,6 +46,7 @@ impl InputState {
|
||||
};
|
||||
|
||||
if self.clear_before_next_event {
|
||||
println!("Cleared");
|
||||
self.keys_pressed_this_update.clear();
|
||||
self.keys_released_this_update.clear();
|
||||
self.clear_before_next_event = false;
|
||||
|
||||
Reference in New Issue
Block a user