diff options
Diffstat (limited to 'tests/OffscreenView.cc')
-rw-r--r-- | tests/OffscreenView.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/OffscreenView.cc b/tests/OffscreenView.cc index d188d0d..e34fbce 100644 --- a/tests/OffscreenView.cc +++ b/tests/OffscreenView.cc @@ -186,7 +186,7 @@ void OffscreenView::paintGL() glMatrixMode(GL_MODELVIEW); glLoadIdentity(); - glClearColor(1.0, 1.0, 0.92, 1.0); + glClearColor(1.0f, 1.0f, 0.92f, 1.0f); glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT); |