check before first step

This commit is contained in:
griffi-gh 2024-05-02 18:16:29 +02:00
parent 8790454b23
commit 73695dcd5a

View file

@ -66,6 +66,8 @@ macro_rules! run_steps {
::atomic::Ordering::Relaxed
).is_ok();
if _chkabt() { return false }
$({
let _ensure_ref: &mut $crate::worldgen::WorldGenerator = $gen;
struct _Ensure0<T: $crate::worldgen::WorldGenStep>(T);