Temporary fix for downcasting bullet objects when using MSVC
For some reason downcasting bullet physics objects results in application crash (probably some alignment issues when using MSVC). As a temporary fix, instead of using dynamic_cast, reinterprat_cast is used (with macro that limits this only to case when MSVC is used).
Loading
Please sign in to comment