Merge pull request #53279 from nekomatata/fix-tilemap-angular-velocity
This commit is contained in:
commit
d1c20130e8
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ private:
|
|||
};
|
||||
|
||||
Vector2 linear_velocity;
|
||||
float angular_velocity;
|
||||
float angular_velocity = 0.0;
|
||||
Vector<PolygonShapeTileData> polygons;
|
||||
};
|
||||
Vector<PhysicsLayerTileData> physics;
|
||||
|
|
Loading…
Reference in a new issue