TINYGL: Janitorial
This commit is contained in:
parent
0d6a09c597
commit
25c4e89b7a
8 changed files with 30 additions and 27 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue