Adding a minor sleep period to not spend 100% cpu.

This commit is contained in:
underscorediscovery
2013-07-17 21:36:47 -02:30
parent 83b9bd60a9
commit 46a9fac71c
3 changed files with 5 additions and 6 deletions

View File

@@ -161,8 +161,6 @@ class Main {
GL.clear (GL.COLOR_BUFFER_BIT | GL.DEPTH_BUFFER_BIT );
GL.drawArrays (GL.TRIANGLES, 0, 6);
}