You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
VisualScript: Adding TOOLS_ENABLED flag where needed (#6144)
Fixes #6022.
This commit is contained in:
@@ -11,6 +11,7 @@ class VisualScriptEditorSignalEdit;
|
||||
class VisualScriptEditorVariableEdit;
|
||||
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
|
||||
class VisualScriptEditor : public ScriptEditorBase {
|
||||
OBJ_TYPE(VisualScriptEditor,ScriptEditorBase)
|
||||
@@ -180,5 +181,6 @@ public:
|
||||
VisualScriptEditor();
|
||||
~VisualScriptEditor();
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif // VisualSCRIPT_EDITOR_H
|
||||
|
||||
Reference in New Issue
Block a user