Grid: make buf and blur private
This commit is contained in:
parent
a8fc644d6c
commit
985fb73042
@ -46,9 +46,9 @@ pub struct Grid {
|
||||
pub data: Vec<f32>,
|
||||
|
||||
// Scratch space for the blur operation.
|
||||
// pub buf: Vec<f32>,
|
||||
pub buf: Buf,
|
||||
pub blur: Blur,
|
||||
buf: Buf,
|
||||
|
||||
blur: Blur,
|
||||
pub agents: Vec<Agent>,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user