This commit is contained in:
Simon Gardling
2021-04-05 12:55:06 -04:00
parent a7497d6629
commit bff0f8faf1
5 changed files with 784 additions and 38 deletions

View File

@@ -182,6 +182,7 @@ impl Grid {
rotation_angle, step_distance,
width, height);
});
self.deposit_all();
}
#[inline]