luizrenault / a-29b-community

DCS World A-29B Module
220 stars 22 forks source link

HSD performance improvements. #99

Closed 5298125985218 closed 2 years ago

5298125985218 commented 2 years ago

The large amount of get_param_handle calls in Systems\CMFD\hsd was killing the FPS. I converted most of the get_param_handle from hsd.lua to local variables, so they are only initialized once.