Fixing fallbacks for set timeout.. Apparently opera 12 doesn't even have bloody requestAnimationFrame lol

This commit is contained in:
underscorediscovery
2013-07-01 04:41:12 -02:30
parent d41516293c
commit e579289c3b
2 changed files with 5 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ class Main {
//Called by lime
public function render() {
trace('wtf');
//Set the viewport for GL
GL.viewport( 0, 0, lib.config.width, lib.config.height );