KIND OF ARBITRARY ZOOM (hangs at len 5 for some reason)
This commit is contained in:
@@ -50,6 +50,9 @@ impl Zoom {
|
||||
pub fn level(&self) -> i32 {
|
||||
self.level
|
||||
}
|
||||
pub fn rel_zoom(&self) -> f32 {
|
||||
self.exp.exp2()
|
||||
}
|
||||
}
|
||||
|
||||
impl AddAssign<f32> for Zoom {
|
||||
|
||||
Reference in New Issue
Block a user