summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/OpenGL3test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/OpenGL3test.cxx b/examples/OpenGL3test.cxx
index 441571f75..528610553 100644
--- a/examples/OpenGL3test.cxx
+++ b/examples/OpenGL3test.cxx
@@ -170,7 +170,7 @@ public:
int retval = Fl_Gl_Window::handle(event);
if (retval) return retval;
-
+
if (event == FL_PUSH && gl_version_major >= 3) {
static float factor = 1.1;
GLfloat data[4];