You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
thirdparty: Cleanup after #38386, document provenance and copyright
Also renamed `delaunay.h` to `delaunay_2d.h` to match the class name.
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
/*************************************************************************/
|
||||
|
||||
#include "animation_blend_space_2d.h"
|
||||
#include "core/math/delaunay.h"
|
||||
|
||||
#include "core/math/delaunay_2d.h"
|
||||
|
||||
void AnimationNodeBlendSpace2D::get_parameter_list(List<PropertyInfo> *r_list) const {
|
||||
r_list->push_back(PropertyInfo(Variant::VECTOR2, blend_position));
|
||||
|
||||
Reference in New Issue
Block a user