mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
ComponentWindow finalized
ScriptCore: - ActivatorExtension: Fixed creation of default value or null class - ImGuiExtension: added DragUIntX / DoubleX and CheckboxX
This commit is contained in:
@@ -60,6 +60,7 @@ public class DictionaryEditor
|
||||
_dictionaryForNewValue = dictionary;
|
||||
|
||||
_newDictionaryValue = new DictionaryEntry();
|
||||
_newDictionaryValue.Value = ActivatorExtension.CreateDefaultValue(valueType);
|
||||
}
|
||||
|
||||
ImGuiExtension.AttachTooltip("Add a new Entry to the dictionary.");
|
||||
|
||||
Reference in New Issue
Block a user