forked from LeenkxTeam/LNXSDK
Update leenkx/Sources/leenkx/trait/internal/DebugConsole.hx
This commit is contained in:
@ -281,7 +281,7 @@ class DebugConsole extends Trait {
|
|||||||
function drawObjectNameInList(object: iron.object.Object, selected: Bool) {
|
function drawObjectNameInList(object: iron.object.Object, selected: Bool) {
|
||||||
var _y = ui._y;
|
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+')');
|
ui.text(object.uid+'_'+object.name+' ('+iron.Scene.active.raw.world_ref+')');
|
||||||
else
|
else
|
||||||
ui.text(object.uid+'_'+object.name);
|
ui.text(object.uid+'_'+object.name);
|
||||||
|
Reference in New Issue
Block a user