From 02fdcd41131ff13701edb3d61686904fcdb24c89 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Thu, 12 Mar 2026 22:35:10 +0100 Subject: [PATCH] =?UTF-8?q?Ara=20--custom-balls=20N=20--skip-benchmark=20(?= =?UTF-8?q?o=20--max-balls=20N)=20inclou=20el=20custom=20escenari=20en=20l?= =?UTF-8?q?a=20rotaci=C3=B3=20autom=C3=A0tica=20de=20DEMO/DEMO=5FLITE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/engine.cpp | 2 ++ 1 file changed, 2 insertions(+) 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) {