TINYGL: formatting code
This commit is contained in:
parent
565f488c58
commit
e350350908
5 changed files with 12 additions and 12 deletions
|
@ -150,7 +150,7 @@ void glopHint(GLContext *, GLParam *) {
|
|||
// do nothing
|
||||
}
|
||||
|
||||
void glopPolygonOffset(GLContext *c, GLParam *p) {
|
||||
void glopPolygonOffset(GLContext *c, GLParam *p) {
|
||||
c->offset_factor = p[1].f;
|
||||
c->offset_units = p[2].f;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue