Skip to content

Commit

Permalink
making the default background color 60 (#6339)
Browse files Browse the repository at this point in the history
related to what i brought up in issues #6320
  • Loading branch information
lewislepton authored and arturoc committed Jul 27, 2019
1 parent 5fa86b5 commit 7773c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/openFrameworks/graphics/ofGraphicsBaseTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 7773c02

Please sign in to comment.