mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-07-29 21:44:08 -04:00
Theme updates
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user