rm spurious whitespace
This commit is contained in:
parent
95397087d2
commit
87c8b6cfd0
@ -217,7 +217,7 @@ public static class Util {
|
||||
}
|
||||
|
||||
public class Game : GameWindow {
|
||||
public Game(GameWindowSettings gwSettings, NativeWindowSettings nwSettings) : base(gwSettings, nwSettings) { }
|
||||
public Game(GameWindowSettings gwSettings, NativeWindowSettings nwSettings) : base(gwSettings, nwSettings) {}
|
||||
|
||||
private static Texture TEXTURE_WHITE = new Texture(new Image<Rgba32>(1, 1, new Rgba32(255, 255, 255)));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user