fix rule rotation for copy-cells

This commit is contained in:
Crispy 2024-05-17 18:06:12 +02:00
parent da69daa219
commit fd2bf46b19
2 changed files with 4 additions and 3 deletions

View file

@ -81,9 +81,10 @@ impl eframe::App for UScope {
for _ in 0..self.speed {
// benchmarks made with sand_stress_test at 50000 speed in a release build
// ~50ms
// self.dish.try_one_position_overlapped();
self.dish.try_one_position_overlapped();
// ~35ms
self.dish.fire_blindly_cached();
// TODO: has directional bias, figure out why and fix it
// self.dish.fire_blindly_cached();
}
let sim_time = sim_frame.elapsed();
// self.sim_times.push(sim_time.as_micros());