dalerank / imspinner

Set of nice spinners for imgui
MIT License
437 stars 40 forks source link

ImSpinner and Global Alpha Value #12

Closed anzenchitai closed 1 year ago

anzenchitai commented 1 year ago

Hello, I am enjoying ImSpinner so far but there is one slight problem. For some reason, all ImSpinners seem to ignore the global alpha value. I am working on a fade transition effect. When I use my fade functions, -which manipulate the global alpha value- everything is affected by the alpha change except for ImSpinners. I would really appreciate some input on this. Thanks in advance and amazing job with ImSpinner.

dalerank commented 1 year ago

Thanks, will fix it

dalerank commented 1 year ago
image
anzenchitai commented 1 year ago

Thanks for the quick fix.