diff --git a/src/Surfaces/SurfaceStack.cpp b/src/Surfaces/SurfaceStack.cpp index 4871433..2e7eea4 100644 --- a/src/Surfaces/SurfaceStack.cpp +++ b/src/Surfaces/SurfaceStack.cpp @@ -35,6 +35,7 @@ void SurfaceStack::swap(int a, int b){ } void SurfaceStack::draw(){ + ofEnableAlphaBlending(); for(int i = 0; i < _surfaces.size(); ++i){ _surfaces[i]->draw(); }