This commit is contained in:
2026-03-12 18:34:16 +01:00
parent a2a5f04dd4
commit f52ef032c1
4 changed files with 58 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ class SCR_VoiceRangeDisplay: SCR_InfoDisplay {
super.OnStartDraw(owner);
if (!m_wRoot) {
// Passe den Pfad zu deiner UI Layout-Datei an
m_wRoot = GetGame().GetWorkspace().CreateWidgets("68D6F5422C10ACFC/UI/layouts/VoiceRange/VoiceRangeDynamicNumber.layout");
if (!m_wRoot) return;
}