rm extra blank line

This commit is contained in:
Colin McMillen 2020-03-25 17:27:07 -04:00
parent c28f21eef5
commit 5823110b44

View File

@ -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);
}