Godot version
4.4 stable
godot-cpp version
4.4 stable
System information
Windows 10, Linux, MacOS
Issue description
|
Wrapped(const StringName p_godot_class); |
During the reading the engine code i spotted this strange line. Here we have unnecessary copying. I guess it was a misprint at last made commit. Everything is building fine if add reference symbol here and in cpp-file.
Steps to reproduce
Go and check link above.
Minimal reproduction project
Godot-cpp itself.
Godot version
4.4 stable
godot-cpp version
4.4 stable
System information
Windows 10, Linux, MacOS
Issue description
godot-cpp/include/godot_cpp/classes/wrapped.hpp
Line 114 in 5cbffab
During the reading the engine code i spotted this strange line. Here we have unnecessary copying. I guess it was a misprint at last made commit. Everything is building fine if add reference symbol here and in cpp-file.
Steps to reproduce
Go and check link above.
Minimal reproduction project
Godot-cpp itself.