aboutsummaryrefslogtreecommitdiff
path: root/core/script_language.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-06-26 01:14:31 -0300
committerJuan Linietsky2015-06-26 01:14:49 -0300
commita67486a39ee629acac068a6d014015944cf83bb3 (patch)
treeb101b6b94481d1ac074f917620a9545f9e516089 /core/script_language.cpp
parent71cc2561c63b2b2bc692e370acbc8bb57f031567 (diff)
downloadgodot-a67486a39ee629acac068a6d014015944cf83bb3.tar.gz
godot-a67486a39ee629acac068a6d014015944cf83bb3.tar.zst
godot-a67486a39ee629acac068a6d014015944cf83bb3.zip
Diffstat (limited to 'core/script_language.cpp')
-rw-r--r--core/script_language.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/script_language.cpp b/core/script_language.cpp
index 68ac7d0ae..35c50b102 100644
--- a/core/script_language.cpp
+++ b/core/script_language.cpp
@@ -136,6 +136,14 @@ ScriptInstance::~ScriptInstance() {
}
+
+ScriptCodeCompletionCache *ScriptCodeCompletionCache::singleton=NULL;
+ScriptCodeCompletionCache::ScriptCodeCompletionCache() {
+ singleton=this;
+}
+
+
+
void ScriptLanguage::frame() {