aboutsummaryrefslogtreecommitdiff
path: root/core/class_db.h
diff options
context:
space:
mode:
authorJuan Linietsky2017-08-23 19:10:32 -0300
committerJuan Linietsky2017-08-23 19:11:11 -0300
commit3d1c03187132677800b7f6bc609eeef8fe51f315 (patch)
treed92a3bf3730e4a443858ce9dd96ee4268693ee7a /core/class_db.h
parent21d53f29f392f4a33095de75c478da345a362555 (diff)
downloadgodot-3d1c03187132677800b7f6bc609eeef8fe51f315.tar.gz
godot-3d1c03187132677800b7f6bc609eeef8fe51f315.tar.zst
godot-3d1c03187132677800b7f6bc609eeef8fe51f315.zip
Diffstat (limited to 'core/class_db.h')
-rw-r--r--core/class_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/class_db.h b/core/class_db.h
index 8d9192adc..0943cd36c 100644
--- a/core/class_db.h
+++ b/core/class_db.h
@@ -457,7 +457,7 @@ public:
}
type->method_map[p_name] = bind;
#ifdef DEBUG_METHODS_ENABLED
- bind->set_return_type("Variant");
+// bind->set_return_type("Variant");
type->method_order.push_back(p_name);
#endif