mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
VisualScript: Adding TOOLS_ENABLED flag where needed (#6144)
Fixes #6022.
This commit is contained in:
parent
3db36684b1
commit
91ba00b416
3 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue