godotengine / godot-cpp

C++ bindings for the Godot script API
MIT License
1.69k stars 528 forks source link

Add missing enum & ctor for PackedVector4Array implementation #1497

Closed Naros closed 3 months ago

Naros commented 3 months ago

@dsnopek I think this may have been overlooked in https://github.com/godotengine/godot-cpp/pull/1456

dsnopek commented 3 months ago

Thanks!

However, this only appears to update variant.hpp - shouldn't the implementations for these methods need to be added to variant.cpp as well?

Naros commented 3 months ago

Thanks!

However, this only appears to update variant.hpp - shouldn't the implementations for these methods need to be added to variant.cpp as well?

Ya it does, fixed the PR.