aboutsummaryrefslogtreecommitdiff
path: root/GLScreen.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-02-13 23:43:08 -0300
committergdkchan <gab.dark.100@gmail.com>2018-02-13 23:43:08 -0300
commitf68696dc4ac8f5b5d6c4813836178933c10be216 (patch)
tree21c766e8f41a518cafc6f09bea95461648ce9daf /GLScreen.cs
parent598d1fd3aedbf740e689976cf50329f402c50539 (diff)
Made initial implementation of the thread scheduler, refactor Svc to avoid passing many arguments
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;