mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Corrected some spelling errors
This commit is contained in:
@ -87,7 +87,7 @@ impl Input {
|
||||
}
|
||||
|
||||
/// Update input with newer version
|
||||
/// Used to update inputs with input recieved from clients
|
||||
/// Used to update inputs with input received from clients
|
||||
pub fn update_with_new(&mut self, new: Self) {
|
||||
if self.pressed != new.pressed {
|
||||
self.freshness = Freshness::New;
|
||||
|
Reference in New Issue
Block a user