jrouwe / JoltPhysics

A multi core friendly rigid body physics and collision detection library. Written in C++. Suitable for games and VR applications. Used by Horizon Forbidden West.
MIT License
6.55k stars 425 forks source link

ObjectLayer type miss #1118

Closed Snouf-ID closed 4 months ago

Snouf-ID commented 4 months ago

When I compile my project on visual, if I am careful not to include too many things, I notice that ObjectLayer mLayer = 0; use an unknown type.

jrouwe commented 4 months ago

Thanks!