You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
bullet: Sync with upstream 3.25
Remove upstreamed patch.
This commit is contained in:
@@ -678,7 +678,9 @@ HullError HullLibrary::CreateConvexHull(const HullDesc &desc, // describes the
|
||||
if (vcount < 8) vcount = 8;
|
||||
|
||||
btAlignedObjectArray<btVector3> vertexSource;
|
||||
vertexSource.resize(static_cast<int>(vcount));
|
||||
btVector3 zero;
|
||||
zero.setZero();
|
||||
vertexSource.resize(static_cast<int>(vcount), zero);
|
||||
|
||||
btVector3 scale;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user