Skip to content

Properly free enemies after death in 3d platformer demo.

Rafał Mikrut requested to merge github/fork/ERIIX/master into master

Created by: ERIIX

Previously, they stuck around as invisible physics objects. This fix is much cleaner than my previous attempts, as it uses the ability to call a function from an animation as is done in the 2d platformer demo.

Merge request reports