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.42k stars 414 forks source link

Small improvements for e2k #1060

Closed r-a-sattarov closed 4 months ago

r-a-sattarov commented 4 months ago

Ref: http://mcst.ru/lcc

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.

r-a-sattarov commented 4 months ago

Small improvement of https://github.com/jrouwe/JoltPhysics/pull/871

jrouwe commented 4 months ago

Thanks!

B.t.w. I removed the JPH_COMPILER_MCST_LCC macro (I'd like to avoid having unused macros, we can always put it back if it really needs to be used somewhere)