1
0
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:
vkbsb
2016-08-15 13:24:02 +05:30
committed by Rémi Verschelde
parent 3db36684b1
commit 91ba00b416
3 changed files with 6 additions and 1 deletions

View File

@@ -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