Skip to content

Commit

Permalink
Merge pull request stride3d#1578 from Brian-Hamlin-BCS/master
Browse files Browse the repository at this point in the history
Updated Entity.cs
  • Loading branch information
manio143 authored Jan 5, 2023
2 parents 4edeee8 + f1d743c commit 2c5053c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/engine/Stride.Engine/Engine/Entity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public Entity()
/// </summary>
/// <param name="name">The name to give to the entity</param>
public Entity(string name)
: this(Vector3.Zero, name)
: this(name, Vector3.Zero)
{
}

Expand Down

0 comments on commit 2c5053c

Please sign in to comment.