TINYGL: Janitorial

This commit is contained in:
Paweł Kołodziejski 2022-01-01 12:00:38 +01:00
parent 0d6a09c597
commit 25c4e89b7a
8 changed files with 30 additions and 27 deletions

View file

@ -161,7 +161,7 @@ static inline void gl_vertex_transform(GLContext *c, GLVertex *v) {
// eye coordinates needed for lighting
m = c->matrix_stack_ptr[0];
m->transform3x4(v->coord,v->ec);
m->transform3x4(v->coord, v->ec);
// projection coordinates
m = c->matrix_stack_ptr[1];