diff options
| author | Juan Linietsky | 2014-10-27 22:54:32 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-10-27 22:54:32 -0300 |
| commit | e82dc402052a47b44bb3bcf50ee4801257f92778 (patch) | |
| tree | 01c2cd8692b5569cae778f6504b76b3d1f9ccdad /core/math/quick_hull.cpp | |
| parent | 9608d4255eb6c76b1c4496f4494c829133e096f4 (diff) | |
| download | godot-e82dc402052a47b44bb3bcf50ee4801257f92778.tar.gz godot-e82dc402052a47b44bb3bcf50ee4801257f92778.tar.zst godot-e82dc402052a47b44bb3bcf50ee4801257f92778.zip | |
Diffstat (limited to 'core/math/quick_hull.cpp')
| -rw-r--r-- | core/math/quick_hull.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/quick_hull.cpp b/core/math/quick_hull.cpp index 136a103ee..a417cdadd 100644 --- a/core/math/quick_hull.cpp +++ b/core/math/quick_hull.cpp @@ -63,7 +63,7 @@ Error QuickHull::build(const Vector<Vector3>& p_points, Geometry::MeshData &r_me Vector3 sp = p_points[i].snapped(0.0001); if (valid_cache.has(sp)) { valid_points[i]=false; - print_line("INVALIDATED: "+itos(i)); + //print_line("INVALIDATED: "+itos(i)); }else { valid_points[i]=true; valid_cache.insert(sp); |
