forked from LeenkxTeam/LNXSDK
		
	t3du - Show world name in debug console
This commit is contained in:
		@ -280,6 +280,10 @@ class DebugConsole extends Trait {
 | 
			
		||||
 | 
			
		||||
					function drawObjectNameInList(object: iron.object.Object, selected: Bool) {
 | 
			
		||||
						var _y = ui._y;
 | 
			
		||||
 | 
			
		||||
						if (object.parent.name == 'Root')
 | 
			
		||||
							ui.text(object.uid+'_'+object.name+' ('+iron.Scene.active.raw.world_ref+')');
 | 
			
		||||
						else
 | 
			
		||||
							ui.text(object.uid+'_'+object.name);
 | 
			
		||||
 | 
			
		||||
						if (object == iron.Scene.active.camera) {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user