1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Remove unnecessary Clipper lib includes

Removes unnecessary Clipper lib includes.
This commit is contained in:
smix8
2023-05-24 23:57:08 +02:00
parent 4c677c88e9
commit 66a8418a2d
3 changed files with 0 additions and 3 deletions

View File

@@ -30,7 +30,6 @@
#include "geometry_3d.h"
#include "thirdparty/misc/clipper.hpp"
#include "thirdparty/misc/polypartition.h"
void Geometry3D::get_closest_points_between_segments(const Vector3 &p_p0, const Vector3 &p_p1, const Vector3 &p_q0, const Vector3 &p_q1, Vector3 &r_ps, Vector3 &r_qt) {