Implement *Assign traits for Vector

This commit is contained in:
edwloef 2025-11-30 11:03:08 +01:00
parent ba3877778c
commit 17d070a816
No known key found for this signature in database
2 changed files with 37 additions and 9 deletions

View file

@ -211,7 +211,7 @@ where
state,
});
self.translation = self.translation - translation;
self.translation -= translation;
self.viewport = visible_bounds.unwrap_or_default();
}