Merge pull request #2159 from N8n5h/debug-console-atlas

Fix compile error with debug and shadow map atlas LOD
This commit is contained in:
Lubos Lenco 2021-04-16 17:59:11 +02:00 committed by GitHub
commit 069a9288ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -553,7 +553,7 @@ class DebugConsole extends Trait {
highLightNext();
#if arm_shadowmap_atlas_lod
// show detailed information per light
if (ui.panel(Id.handle({selected: false}).nest(i).nest(0), )) {
if (ui.panel(Id.handle({selected: false}).nest(i).nest(0), "Lights")) {
ui.indent(false);
var j = 1;
for (tile in atlas.activeTiles) {