Fixed issue with camera position on instantiation.
This commit is contained in:
@@ -40,8 +40,8 @@ namespace RecrownedAthenaeum.Render
|
||||
this.viewWidth = width;
|
||||
this.viewHeight = height;
|
||||
upDirection = Vector3.Down;
|
||||
Apply();
|
||||
ConrnerPosition = new Vector2(0, 0);
|
||||
Apply();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user