ZealanL / RocketSim

A C++ library for simulating Rocket League games at maximum efficiency
MIT License
63 stars 15 forks source link

Remove BulletPhysics pragma "true" that causes compile error without SIMD #5

Closed VirxEC closed 1 year ago

VirxEC commented 1 year ago

RocketSim can now be compiled without SIMD

This was the easiest way for me to get this to compile with Clang on Windows plz accept fix