Implemented an optimization for the smoothplane height tracking. Instead of iterating numsectors * numplanes * 3 every frame, we now only iterate the list of "watchedplanes" which is built when plane heights are changed, providing a healthy boost to the fps.
Implemented an optimization for the smoothplane height tracking. Instead of iterating numsectors * numplanes * 3 every frame, we now only iterate the list of "watchedplanes" which is built when plane heights are changed, providing a healthy boost to the fps.