changeset 25865:3b673361ae33

fix editing mistake in previous change
author John W. Eaton <jwe@octave.org>
date Sat, 08 Sep 2018 11:13:57 -0400
parents baeb93e9febc
children cece80ddc264
files libinterp/corefcn/oct-opengl.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/oct-opengl.h	Sat Sep 08 09:54:07 2018 -0400
+++ b/libinterp/corefcn/oct-opengl.h	Sat Sep 08 11:13:57 2018 -0400
@@ -415,6 +415,7 @@
                                GLenum format, GLenum type, const GLvoid *pixels)
     {
       ::glTexImage2D (target, level, internalFormat, width, height, border,
+                      format, type, pixels);
     }
 
     virtual void glTexParameteri (GLenum target, GLenum pname, GLint param)