H-uru / Plasma

Cyan Worlds's Plasma game engine
http://h-uru.github.io/Plasma/
GNU General Public License v3.0
205 stars 81 forks source link

Remove particle applicators that cause linker errors #1424

Closed dpogue closed 1 year ago

dpogue commented 1 year ago

Neither plParticleGravityApplicator nor plParticleDragApplicator have class indexes that exist in the list of class indexes, and they are not registered as creatables. Most linkers seem to handle this fine by just removing the classes entirely since they are unused, but I've seen errors about the missing class indexes on a few systems.

Since they are unused and have no working implementation, let's just remove them to avoid any potential linking issues.