diff --git a/source/engine.cpp b/source/engine.cpp index 59dc28d..2306355 100644 --- a/source/engine.cpp +++ b/source/engine.cpp @@ -299,6 +299,8 @@ bool Engine::initialize(int width, int height, int zoom, bool fullscreen, AppMod // Benchmark de rendimiento (determina max_auto_scenario_ para modos automáticos) if (!skip_benchmark_) runPerformanceBenchmark(); + else if (custom_scenario_enabled_) + custom_auto_available_ = true; // benchmark omitido: confiar en que el hardware lo soporta // Precalentar caché: shapes PNG (evitar I/O en primera activación de PNG_SHAPE) {