GRAPHICS: Correct spelling mistake

lightening -> lightning
This commit is contained in:
Hubert Maier 2022-10-27 11:02:46 +02:00 committed by Eugene Sandulenko
parent 829c5966fa
commit ffb9342275
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -483,7 +483,7 @@ void tglOrtho(TGLdouble left, TGLdouble right, TGLdouble bottom, TGLdouble top,
c->gl_add_op(p);
}
// lightening
// lightning
void tglMaterialfv(TGLenum mode, TGLenum type, const TGLfloat *v) {
TinyGL::GLContext *c = TinyGL::gl_get_context();