Merge pull request #1578 from Brian-Hamlin-BCS/master
Updated Entity.cs
This commit is contained in:
Коммит
2c5053c638
|
@ -44,7 +44,7 @@ namespace Stride.Engine
|
|||
/// </summary>
|
||||
/// <param name="name">The name to give to the entity</param>
|
||||
public Entity(string name)
|
||||
: this(Vector3.Zero, name)
|
||||
: this(name, Vector3.Zero)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче