1
0
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:
Rémi Verschelde
2020-05-11 14:36:46 +02:00
parent 32133a11b5
commit 83b630b8c2
18 changed files with 249 additions and 23 deletions

View File

@@ -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));