summaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.h
diff options
context:
space:
mode:
authorIgnacio Etcheverry <ignalfonsore@gmail.com>2016-02-17 19:40:06 +0100
committerIgnacio Etcheverry <ignalfonsore@gmail.com>2016-02-17 19:41:19 +0100
commitd8f06085a2b5b2eb1838cefdb58aa39a99022324 (patch)
tree3d4fd7f9a861e33aedd33456f3dd57c1f9d01e13 /tools/editor/editor_node.h
parent4df8b7b02f97627b7f79f90e322a79b24e0860a7 (diff)
Fix _quick_run method (Play custom scene)
Diffstat (limited to 'tools/editor/editor_node.h')
-rw-r--r--tools/editor/editor_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h
index a8aa6ac1f4..6893b78e8b 100644
--- a/tools/editor/editor_node.h
+++ b/tools/editor/editor_node.h
@@ -447,7 +447,7 @@ class EditorNode : public Node {
void _hide_top_editors();
void _quick_opened();
- void _quick_run(const String& p_resource);
+ void _quick_run();
void _run(bool p_current=false, const String &p_custom="");