box2d.ts
box2d.ts copied to clipboard
bit flags vs boolean attributes
Flyover converted some of the bit-flags to boolean attributes. Not sure about this. Would be good to investigate:
- Does this take up more memory?
- Is it faster/slower than bit manipulation?
Since it does make comparison between upstream source-code and this port a bit harder, I tend to revert that change unless it has some benefit.