Skip to content

Commit

Permalink
Compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranick committed Oct 30, 2015
1 parent 5b23f92 commit 8bc81b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lime/_backend/html5/HTML5Window.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand Down

0 comments on commit 8bc81b7

Please sign in to comment.