You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use box2d in my Heaps.io project, compiled for HashLink. The compilation fails because of the usage of flash.display.Sprite in B2DebugDraw.
Since I probably don't need debug draw I was wondering if we can wrap this code around a compile flag (using #if swf or maybe a custom debug_draw flag).
I'm pretty new to Haxe, but since this seems like an easy PR I could look into it if you like the idea.
The text was updated successfully, but these errors were encountered:
I'm trying to use box2d in my Heaps.io project, compiled for HashLink. The compilation fails because of the usage of
flash.display.Sprite
inB2DebugDraw
.Since I probably don't need debug draw I was wondering if we can wrap this code around a compile flag (using
#if swf
or maybe a customdebug_draw
flag).I'm pretty new to Haxe, but since this seems like an easy PR I could look into it if you like the idea.
The text was updated successfully, but these errors were encountered: