aboutsummaryrefslogtreecommitdiff
path: root/GLScreen.cs
diff options
context:
space:
mode:
Diffstat (limited to 'GLScreen.cs')
-rw-r--r--GLScreen.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/GLScreen.cs b/GLScreen.cs
index 98281693..cd650f2c 100644
--- a/GLScreen.cs
+++ b/GLScreen.cs
@@ -191,7 +191,7 @@ void main(void) {
ScreenTex = new ScreenTexture(Ns, Renderer, 1280, 720);
}
- protected override void OnLoad (EventArgs e)
+ protected override void OnLoad(EventArgs e)
{
VSync = VSyncMode.On;