summaryrefslogtreecommitdiff
path: root/editor/shader_globals_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/shader_globals_editor.h')
-rw-r--r--editor/shader_globals_editor.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/editor/shader_globals_editor.h b/editor/shader_globals_editor.h
index 3b337e07de..d29052eaee 100644
--- a/editor/shader_globals_editor.h
+++ b/editor/shader_globals_editor.h
@@ -43,12 +43,12 @@ class ShaderGlobalsEditorInterface;
class ShaderGlobalsEditor : public VBoxContainer {
GDCLASS(ShaderGlobalsEditor, VBoxContainer)
- ShaderGlobalsEditorInterface *interface;
- EditorInspector *inspector;
+ ShaderGlobalsEditorInterface *interface = nullptr;
+ EditorInspector *inspector = nullptr;
- LineEdit *variable_name;
- OptionButton *variable_type;
- Button *variable_add;
+ LineEdit *variable_name = nullptr;
+ OptionButton *variable_type = nullptr;
+ Button *variable_add = nullptr;
void _variable_added();
void _variable_deleted(const String &p_variable);