summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gd_parser.h
diff options
context:
space:
mode:
authorBojidar Marinov <bojidar.marinov.bg@gmail.com>2017-05-08 22:39:27 +0300
committerBojidar Marinov <bojidar.marinov.bg@gmail.com>2017-05-08 22:39:27 +0300
commit837a66722506a578b9ea379b5ea425ed22344354 (patch)
treeb8f9990f66fe4fa0fd4b459e2cbca30b019903e2 /modules/gdscript/gd_parser.h
parent66725d9b21dc50b0bb38baa4aa376b7bbb56e0e4 (diff)
downloadredot-engine-837a66722506a578b9ea379b5ea425ed22344354.tar.gz
Fix #8674, and rename a few things for clarity
Diffstat (limited to 'modules/gdscript/gd_parser.h')
-rw-r--r--modules/gdscript/gd_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gd_parser.h b/modules/gdscript/gd_parser.h
index 4f3ca0dc5f..7e7e19de1b 100644
--- a/modules/gdscript/gd_parser.h
+++ b/modules/gdscript/gd_parser.h
@@ -437,7 +437,7 @@ public:
COMPLETION_PARENT_FUNCTION,
COMPLETION_METHOD,
COMPLETION_CALL_ARGUMENTS,
- COMPLETION_PRELOAD,
+ COMPLETION_RESOURCE_PATH,
COMPLETION_INDEX,
COMPLETION_VIRTUAL_FUNC,
COMPLETION_YIELD,