Open benjaminbojko opened 6 years ago
This check should be using || and not &&. Currently this causes transparent views to be drawn unnecessarily.
||
&&
https://github.com/bluecadet/Cinder-BluecadetViews/blob/develop/src/bluecadet/views/BaseView.cpp#L349-L351
This check should be using
||
and not&&
. Currently this causes transparent views to be drawn unnecessarily.https://github.com/bluecadet/Cinder-BluecadetViews/blob/develop/src/bluecadet/views/BaseView.cpp#L349-L351