forked from LeenkxTeam/LNXSDK
Update leenkx/Sources/leenkx/trait/internal/DebugConsole.hx
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user