mirror of
https://github.com/emilk/egui.git
synced 2026-06-28 07:23:13 -04:00
Fix some typos (#3459)
* Fix typo * Change from what to was It doesn't say WHAT changed only that there WAS a change
This commit is contained in:
@@ -1405,7 +1405,7 @@ impl PlotUi {
|
||||
Vec2::new(delta.x / dp_dv[0] as f32, delta.y / dp_dv[1] as f32)
|
||||
}
|
||||
|
||||
/// Read the transform netween plot coordinates and screen coordinates.
|
||||
/// Read the transform between plot coordinates and screen coordinates.
|
||||
pub fn transform(&self) -> &PlotTransform {
|
||||
&self.last_plot_transform
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user