1
0
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:
Michael Alexsander Silva Dias
2019-04-02 11:46:10 -03:00
parent 9501900e1b
commit c7cfe5330c
2 changed files with 0 additions and 8 deletions

View File

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