UPBGE / upbge

UPBGE, the best integrated game engine in Blender
https://upbge.org
Other
1.43k stars 180 forks source link

object's collide() method is crashing if the physics type is Sensor #1777

Closed UnidayStudio closed 1 year ago

UnidayStudio commented 1 year ago

I've zipped and included a minimal reproducible file.

But it is straight forward: create an object with the Physics type "Sensor" and try using the object's collide() method. UPBGE 0.2.5.

upbge-collide-crash-report.zip

youle31 commented 1 year ago

Fixed here: https://github.com/UPBGE/upbge/commit/5a7e32fb93d6d8a484d4e94de10beb18d3b5f2f5 thanks for report