Make the A/B test mode easier to use, but syncing up the time of the simulation directly when swapping before/after.

This commit is contained in:
Dustin Carlino 2022-05-25 10:05:21 +01:00
parent ee7f843ff6
commit df854db143

View File

@ -307,8 +307,6 @@ impl CommonState {
}
if app.secondary.is_some() && ctx.input.pressed(lctrl(Key::Tab)) {
app.swap_map();
}
if app.secondary.is_some() && ctx.input.pressed(lctrl(Key::A)) {
sync_abtest(ctx, app);
}
None