Availability indicators
This commit is contained in:
parent
4ebae4d8bd
commit
3bdd51cb2a
5 changed files with 111 additions and 149 deletions
|
@ -1034,7 +1034,7 @@ impl sqlez::bindable::Bind for GlobalPixels {
|
|||
}
|
||||
|
||||
#[derive(Clone, Copy, Default, Add, Sub, Mul, Div, Neg)]
|
||||
pub struct Rems(f32);
|
||||
pub struct Rems(pub f32);
|
||||
|
||||
impl Mul<Pixels> for Rems {
|
||||
type Output = Pixels;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue