turn off flashlight on death

This commit is contained in:
yuni 2024-05-08 05:47:37 +02:00
parent f78052f5ed
commit 77bc975a6a

View file

@ -250,6 +250,7 @@ impl Settings {
self.rotation_stabilizer_active = default.rotation_stabilizer_active;
self.third_person = default.third_person;
self.is_zooming = default.is_zooming;
self.flashlight_active = default.flashlight_active;
}
pub fn get_reply_keys(&self) -> [KeyCode; 10] {