diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2018-02-13 23:43:08 -0300 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-02-13 23:43:08 -0300 |
| commit | f68696dc4ac8f5b5d6c4813836178933c10be216 (patch) | |
| tree | 21c766e8f41a518cafc6f09bea95461648ce9daf /GLScreen.cs | |
| parent | 598d1fd3aedbf740e689976cf50329f402c50539 (diff) | |
Made initial implementation of the thread scheduler, refactor Svc to avoid passing many arguments
Diffstat (limited to 'GLScreen.cs')
| -rw-r--r-- | GLScreen.cs | 2 |
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; |
