google / liquidfun

2D physics engine for games

Home Page:http://google.github.io/liquidfun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shifting a negative signed value is undefined

kirilledelman opened this issue · comments

Trying to compile this on XCode, I get:

Box2D/Box2D/Particle/b2ParticleSystem.cpp:55:57: Shifting a negative signed value is undefined

Believe this is addressed here: #68

And here's another: #79

I sent that pull request before I saw this issue, sorry!

Is this project still active?