adding slight delay for cpu usage in for now

This commit is contained in:
underscorediscovery
2013-07-18 20:39:38 -02:30
parent 5b999abbac
commit c4ed648030
2 changed files with 2 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ class Main {
//Called by lime
public function onkeydown(_event:Dynamic) {
trace(_event);
// trace(_event);
}
//Called by lime

View File

@@ -287,8 +287,7 @@ class LiME {
render.render();
//make sure the c++ knows our sleep time
// render.next_wake();
render.next_wake();
} //do_render