mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 10:21:31 +00:00
GRAPHICS: Correct spelling mistake
lightening -> lightning
This commit is contained in:
parent
829c5966fa
commit
ffb9342275
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user