From 3203a03414873e88bab879245922d57ad965473c Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 26 Apr 2015 12:12:53 -0300 Subject: Fixed bug in array comparison, fixes #1712 --- core/variant_op.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/variant_op.cpp b/core/variant_op.cpp index 361e31f743..01aa496295 100644 --- a/core/variant_op.cpp +++ b/core/variant_op.cpp @@ -290,8 +290,9 @@ void Variant::evaluate(const Operator& p_op, const Variant& p_a, const Variant& if (arr_b->size()!=l) _RETURN( false ); for(int i=0;i