mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 09:58:27 +00:00
Make name of function parameter more explicit
This commit is contained in:
parent
3fb6584671
commit
522b7b6982
@ -79,8 +79,8 @@ impl Viewer {
|
||||
}
|
||||
|
||||
/// Handle the screen being resized
|
||||
pub fn on_screen_resize(&mut self, screen_size: ScreenSize) {
|
||||
self.renderer.handle_resize(screen_size);
|
||||
pub fn on_screen_resize(&mut self, new_size: ScreenSize) {
|
||||
self.renderer.handle_resize(new_size);
|
||||
}
|
||||
|
||||
/// Compute and store a focus point, unless one is already stored
|
||||
|
Loading…
Reference in New Issue
Block a user