diff --git a/Shared/Camera.cs b/Shared/Camera.cs index ad5b3b8..f7cffd8 100644 --- a/Shared/Camera.cs +++ b/Shared/Camera.cs @@ -18,7 +18,6 @@ namespace SemiColinGames { private readonly Random random = new Random(); private float shakeTime = 0.0f; - public Matrix Projection { get => Matrix.CreateOrthographicOffCenter(Left, Left + Width, Height + Top, Top, -1, 1); }