quiverteam / Engine

Modified Version of Source 2007
104 stars 29 forks source link

Entities getting removed by vphysics randomly #75

Open JJL772 opened 4 years ago

JJL772 commented 4 years ago

The following error messages are shown in the console image Generally this is coincided with a huge lag spike. The snippet of code that removes ents from the simulation is actually in Bullet itself. It checks if the max - min AABB is larger than 1.0*10^12 and then removes it if it is.

Demez commented 4 years ago

I have also noticed this issue occuring sometimes