You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Make 'ConvexPolygonShape2D' start empty, so it's consistent with other shapes.
This commit is contained in:
@@ -83,6 +83,4 @@ void ConvexPolygonShape::_bind_methods() {
|
||||
|
||||
ConvexPolygonShape::ConvexPolygonShape() :
|
||||
Shape(PhysicsServer::get_singleton()->shape_create(PhysicsServer::SHAPE_CONVEX_POLYGON)) {
|
||||
|
||||
//set_points(Vector3(1,1,1));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user