You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
VisualScript: Adding TOOLS_ENABLED flag where needed (#6144)
Fixes #6022.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "os/input.h"
|
||||
#include "os/keyboard.h"
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
class VisualScriptEditorSignalEdit : public Object {
|
||||
|
||||
OBJ_TYPE(VisualScriptEditorSignalEdit,Object)
|
||||
@@ -2620,3 +2621,4 @@ void VisualScriptEditor::register_editor() {
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user