Format
This commit is contained in:
parent
cead07f3ab
commit
46ddbcea14
|
|
@ -28,7 +28,9 @@ pub struct ScrollViewport {
|
||||||
|
|
||||||
impl Default for ScrollViewport {
|
impl Default for ScrollViewport {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self { scroll_speed: 500.0 }
|
Self {
|
||||||
|
scroll_speed: 500.0,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue