cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
http://libcinder.org
Other
5.27k stars 939 forks source link

Fix to Screensaver on MacOS #2253

Closed timmb closed 2 years ago

timmb commented 2 years ago

This commit fixes an error preventing new screensaver projects from rendering on MacOS.

It implements a solution found by athens and shared in this forum post.

richardeakin commented 2 years ago

So, I guess this extra [mCinderView draw] is needed now. I'm not in a position to test Mac OS screensavers, but as it appears that multiple people found this to be a necessary change I'm inclined to merge this PR.

Thanks for submitting and apologies for the delay!