openfl / box2d

Haxe port of Box2D, a popular rigid-body 2D physics engine
Other
95 stars 28 forks source link

Change instances of Std.is with Std.isOfType #30

Closed SarahCosmosys closed 3 years ago

SarahCosmosys commented 3 years ago

I changed all instances of Std.is to Std.isOfType to avoid deprecation. Let me know if I need to change anything else.

SarahCosmosys commented 3 years ago

Fixes #29.