mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Wer weiß, was ich alles so gemacht hatte...
- Fixed crash caused by early ScriptEngine shutdown
This commit is contained in:
@@ -459,6 +459,14 @@ namespace GlitchyEditor.EditWindows
|
||||
|
||||
ImGui.EndCombo();
|
||||
}
|
||||
|
||||
if (scriptComponent.Instance?.ScriptClass != null)
|
||||
{
|
||||
for (let (fieldName, scriptField) in scriptComponent.Instance?.ScriptClass.Fields)
|
||||
{
|
||||
ImGui.TextUnformatted(fieldName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private static void LabelColumn(StringView label)
|
||||
|
||||
Reference in New Issue
Block a user