Closed GoogleCodeExporter closed 8 years ago
The problem was twofold. First I had to delete and readd Bullet to the project
and
second line Application.mm:455 says:
if (rayCallback.HasHit())
but should be:
if (rayCallback.hasHit())
Notice HasHit is changed to hasHit.
Then it works again.
Original comment by adm...@burningthumb.com
on 6 Oct 2008 at 7:44
Should be fixed in latest code.
Original comment by wolfgang...@gmail.com
on 7 Dec 2008 at 1:20
Original issue reported on code.google.com by
itent...@googlemail.com
on 5 Oct 2008 at 8:02