mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-25 15:35:22 +00:00
actually check the thing lol
This commit is contained in:
parent
744bb72713
commit
6f2e31bf2b
@ -141,7 +141,10 @@ namespace QSB.WorldSync
|
||||
|
||||
foreach (var obj in _worldObjects)
|
||||
{
|
||||
DebugGUI.DrawLabel(obj.ReturnObject().transform, obj.ReturnLabel());
|
||||
if (obj.ShouldDisplayLabel())
|
||||
{
|
||||
DebugGUI.DrawLabel(obj.ReturnObject().transform, obj.ReturnLabel());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user