diff options
author | chai <chaifix@163.com> | 2020-07-20 09:43:19 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-07-20 09:43:19 +0800 |
commit | 690f20cdbe8dad3fce7a547934a5a8322303342d (patch) | |
tree | 4b682bacc07d5a4c5d9e3a2d0dc3d641019b3f34 /src/main.c | |
parent | 20ab601ffbb5a42c1cca21c44211c58bb129076f (diff) |
-sleep
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |