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

This commit is contained in:
2025-08-14 18:58:52 +00:00
parent 97e952fc15
commit 5b87010f76

View File

@ -281,7 +281,7 @@ class DebugConsole extends Trait {
function drawObjectNameInList(object: iron.object.Object, selected: Bool) {
var _y = ui._y;
if (object.parent.name == 'Root')
if (object.parent.name == 'Root' && object.raw == null)
ui.text(object.uid+'_'+object.name+' ('+iron.Scene.active.raw.world_ref+')');
else
ui.text(object.uid+'_'+object.name);