"Made Bounds member's pub"

main
isark 2 years ago
parent b547770465
commit 24408eaa3f

@ -8,10 +8,10 @@ pub mod platform_impl;
#[derive(Debug, Clone, Copy)] #[derive(Debug, Clone, Copy)]
pub struct Bounds { pub struct Bounds {
x: i32, pub x: i32,
y: i32, pub y: i32,
width: i32, pub width: i32,
height: i32, pub height: i32,
} }
#[derive(Debug, Clone, Copy)] #[derive(Debug, Clone, Copy)]

Loading…
Cancel
Save