Closed Geokureli closed 2 years ago
Checking the haxe version to use either Std.is or Std.isOfType. This prevents CI errors in haxeflixel when testing the RPGInterface demo in haxe versions older than 4.2
Std.is
Std.isOfType
Looks good to me! We'll probably see this come to a full release in 2.2.0 or possibly 2.1.1 if I end up making one.
Checking the haxe version to use either
Std.is
orStd.isOfType
. This prevents CI errors in haxeflixel when testing the RPGInterface demo in haxe versions older than 4.2