diff options
| author | Juan Linietsky | 2017-08-23 19:10:32 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-08-23 19:11:11 -0300 |
| commit | 3d1c03187132677800b7f6bc609eeef8fe51f315 (patch) | |
| tree | d92a3bf3730e4a443858ce9dd96ee4268693ee7a /core/class_db.h | |
| parent | 21d53f29f392f4a33095de75c478da345a362555 (diff) | |
| download | godot-3d1c03187132677800b7f6bc609eeef8fe51f315.tar.gz godot-3d1c03187132677800b7f6bc609eeef8fe51f315.tar.zst godot-3d1c03187132677800b7f6bc609eeef8fe51f315.zip | |
Diffstat (limited to 'core/class_db.h')
| -rw-r--r-- | core/class_db.h | 2 |
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 |
