Compile fix

This commit is contained in:
Joshua Granick
2015-10-30 13:57:22 -07:00
parent 5b23f9293a
commit 8bc81b78f0

View File

@@ -413,8 +413,8 @@ class HTML5Window {
}
var windowWidth = setWidth;
var windowHeight = setHeight;
var windowWidth:Float = setWidth;
var windowHeight:Float = setHeight;
if (windowWidth == 0 || windowHeight == 0) {