summaryrefslogtreecommitdiff
path: root/modules/gdscript
diff options
context:
space:
mode:
authorThakee Nathees <thakeenathees@gmail.com>2020-03-28 02:20:58 +0530
committerThakee Nathees <thakeenathees@gmail.com>2020-03-28 02:20:58 +0530
commit0b5bad78c01a1a1d86853f660b98757908c4708c (patch)
tree384c47f3e3b086e50509c13c55b3fd7ec7dd1cc4 /modules/gdscript
parented9a0d0484411e631b0cc927e46dc234054d5ae5 (diff)
Fix for loop range bug: #37358
Diffstat (limited to 'modules/gdscript')
-rw-r--r--modules/gdscript/gdscript_parser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdscript/gdscript_parser.cpp b/modules/gdscript/gdscript_parser.cpp
index 7fcb2cc423..9c39294e3e 100644
--- a/modules/gdscript/gdscript_parser.cpp
+++ b/modules/gdscript/gdscript_parser.cpp
@@ -3113,7 +3113,6 @@ void GDScriptParser::_parse_block(BlockNode *p_block, bool p_static) {
}
} else {
constant = false;
- break;
}
}