CODeRUS / GyverLampCpp

GyverLamp https://github.com/AlexGyver/GyverLamp fork
https://t.me/GyverLampCpp
81 stars 31 forks source link

Fix incorrect rotation of all fractional effects. #77

Closed BlipRanger closed 1 year ago

BlipRanger commented 1 year ago

Rather than modifying all of the effect logic for each fractional effect (which all seem to be upside down), it's easier just to flip the matrix over.

BlipRanger commented 1 year ago

Solves #61.

CODeRUS commented 1 year ago

thanks!