Update ScriptGenerator.cs

This commit is contained in:
ALEXTANG
2023-05-11 19:11:21 +08:00
parent c40391a65b
commit 22ead28974

View File

@@ -285,6 +285,7 @@ namespace TEngine.Editor.UI
{ {
GUILayout.Label(item.Key + "\t" + item.Value); GUILayout.Label(item.Key + "\t" + item.Value);
} }
GUILayout.EndVertical();
} }
} }