This commit is contained in:
PC-20230316NUNE\Administrator
2024-08-31 21:05:29 +08:00
parent d67032e1de
commit 77b305be7a
53 changed files with 316 additions and 118 deletions

View File

@@ -170,10 +170,10 @@ namespace Entitas.VisualDebugging.Unity.Editor
var debugSystemsBehaviour = gameObject.GetComponent<DebugSystemsBehaviour>();
if (debugSystemsBehaviour != null)
{
if (debugSystemsBehaviour.systems.executeDuration < _systemWarningThreshold)
GUI.DrawTexture(rect, systemsHierarchyIcon);
else
GUI.DrawTexture(rect, systemsWarnHierarchyIcon);
// if (debugSystemsBehaviour.systems.executeDuration < _systemWarningThreshold)
// GUI.DrawTexture(rect, systemsHierarchyIcon);
// else
// GUI.DrawTexture(rect, systemsWarnHierarchyIcon);
}
}
}