diff --git a/libs/openFrameworks/graphics/ofGraphicsBaseTypes.h b/libs/openFrameworks/graphics/ofGraphicsBaseTypes.h index 2357c314029..955b747f866 100644 --- a/libs/openFrameworks/graphics/ofGraphicsBaseTypes.h +++ b/libs/openFrameworks/graphics/ofGraphicsBaseTypes.h @@ -69,7 +69,7 @@ class ofStyle{ #else drawBitmapMode = OF_BITMAPMODE_MODEL_BILLBOARD; #endif - bgColor.set(200,200,200); + bgColor.set(60, 60, 60); //depthTest = false; }