rm extra blank line
This commit is contained in:
parent
c28f21eef5
commit
5823110b44
@ -18,7 +18,6 @@ namespace SemiColinGames {
|
|||||||
private readonly Random random = new Random();
|
private readonly Random random = new Random();
|
||||||
private float shakeTime = 0.0f;
|
private float shakeTime = 0.0f;
|
||||||
|
|
||||||
|
|
||||||
public Matrix Projection {
|
public Matrix Projection {
|
||||||
get => Matrix.CreateOrthographicOffCenter(Left, Left + Width, Height + Top, Top, -1, 1);
|
get => Matrix.CreateOrthographicOffCenter(Left, Left + Width, Height + Top, Top, -1, 1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user