projectM-visualizer / projectm

projectM - Cross-platform Music Visualization Library. Open-source and Milkdrop-compatible.
https://discord.gg/mMrxAqaa3W
GNU Lesser General Public License v2.1
3.22k stars 364 forks source link

Revert reordering of shader preprocessing statements. #674

Closed kblaschke closed 1 year ago

kblaschke commented 1 year ago

Position of "shader_body" is reused in the next find call, which was broken because of the changed order. Thanks to @kockie69 for pointing this out!