aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_parser.h
diff options
context:
space:
mode:
authorAndreas Haas2017-05-26 19:45:39 +0200
committerAndreas Haas2017-05-27 10:59:59 +0200
commit015d36d18bb3f9fe21452a470aac2c3a3597b92f (patch)
tree5aa84e4c0f731fb0b788509a3da700513614957a /modules/gdscript/gd_parser.h
parentf89641907f8b45941f5e67891936ee8050a3ef92 (diff)
downloadgodot-015d36d18bb3f9fe21452a470aac2c3a3597b92f.tar.gz
godot-015d36d18bb3f9fe21452a470aac2c3a3597b92f.tar.zst
godot-015d36d18bb3f9fe21452a470aac2c3a3597b92f.zip
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 7e7e19de1..3ad346662 100644
--- a/modules/gdscript/gd_parser.h
+++ b/modules/gdscript/gd_parser.h
@@ -216,7 +216,7 @@ public:
OP_CALL,
OP_PARENT_CALL,
OP_YIELD,
- OP_EXTENDS,
+ OP_IS,
//indexing operator
OP_INDEX,
OP_INDEX_NAMED,