Theme updates

This commit is contained in:
Charles J. Cliffe
2015-01-15 00:59:33 -05:00
parent b641f1200e
commit 15347bd791
11 changed files with 88 additions and 22 deletions
+2 -1
View File
@@ -312,7 +312,8 @@ void PrimaryGLContext::DrawFreqSelector(float uxPos, float r, float g, float b,
}
void PrimaryGLContext::BeginDraw() {
void PrimaryGLContext::BeginDraw(float r, float g, float b) {
glClearColor(r,g,b, 1);
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
glMatrixMode(GL_MODELVIEW);