on orientation change end?

beta.r3js.org
-=yb4f310 2018-01-16 12:28:42 +01:00
parent 65d3268f7e
commit 0bd16d392f
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ GameLib.System.Render.prototype.start = function() {
);
window.addEventListener(
"orientationchange",
"orientationchangeend",
this.nativeWindowResize,
false
);