Update leenkx/Sources/leenkx/trait/internal/DebugConsole.hx

This commit is contained in:
2026-05-30 02:35:42 +00:00
parent eb5b73a163
commit 09b1e513a0

View File

@ -838,7 +838,7 @@ class DebugConsole extends Trait {
highLightNext(kha.Color.fromFloats(0.447, 0.247, 0.188)); highLightNext(kha.Color.fromFloats(0.447, 0.247, 0.188));
ui.text('Not enough space in atlas for ${atlas.rejectedLights.length} light${atlas.rejectedLights.length > 1 ? "s" : ""}:'); ui.text('Not enough space in atlas for ${atlas.rejectedLights.length} light${atlas.rejectedLights.length > 1 ? "s" : ""}:');
ui.indent(); ui.indent();
ui.text(${rejectedLightsNames}); ui.text(rejectedLightsNames);
ui.unindent(false); ui.unindent(false);
} }