summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 19dd7ab..4e5fa0a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -149,7 +149,7 @@ int main(int argc, char* argv[]) {
ssr_present();
wog_updateSurface(wnd);
- Sleep(1); /*reduce cpu using*/
+ //Sleep(1); /*reduce cpu using*/
}
quit: