aboutsummaryrefslogtreecommitdiff
path: root/core/script_language.h
diff options
context:
space:
mode:
authorHugo Locurcio2018-05-17 02:02:35 +0200
committerHugo Locurcio2018-05-18 11:49:21 +0200
commit228ae60a63df4190028a34648290417982c0d268 (patch)
tree3ed8c257c7a40c8c3ca0d62e980e1d8b3b3823bb /core/script_language.h
parent942e0c483247af1e84b7992be48f8ef6317d45c6 (diff)
downloadgodot-228ae60a63df4190028a34648290417982c0d268.tar.gz
godot-228ae60a63df4190028a34648290417982c0d268.tar.zst
godot-228ae60a63df4190028a34648290417982c0d268.zip
Diffstat (limited to 'core/script_language.h')
-rw-r--r--core/script_language.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/script_language.h b/core/script_language.h
index b4c55cac9..64c6f2eb8 100644
--- a/core/script_language.h
+++ b/core/script_language.h
@@ -352,6 +352,8 @@ class ScriptDebugger {
public:
typedef void (*RequestSceneTreeMessageFunc)(void *);
+ int update_frequency;
+
struct LiveEditFuncs {
void *udata;