simondlevy / MulticopterSim

Multi-language multirotor flight simulator using UnrealEngine
MIT License
124 stars 53 forks source link

Indoor map: game crashes when vehicle hits ground #22

Closed simondlevy closed 5 years ago

simondlevy commented 5 years ago

This is actually a problem with the 3DFly pawn, not the map (happens outdoors with 3DFly too).

simondlevy commented 5 years ago

Fixed by eliminating deallocations from FlightManager destructor.