haxe_ver is a number

This commit is contained in:
Valentin Lemière
2016-08-30 09:41:32 +02:00
parent 69206a502a
commit 67489f4f26
6 changed files with 12 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ class HTML5Window {
public var canvas:CanvasElement;
public var div:DivElement;
public var element:#if (haxe_ver >= "3.2") Element #else HtmlElement #end;
public var element:#if (haxe_ver >= 3.2) Element #else HtmlElement #end;
#if stats
public var stats:Dynamic;
#end