remove \n from warning() and error() funcs
This commit is contained in:
parent
e4295b23a6
commit
a698196cdc
22 changed files with 78 additions and 79 deletions
|
@ -149,7 +149,7 @@ void glopLightModel(GLContext *c, TGLParam *p) {
|
|||
c->light_model_two_side = (int)v[0];
|
||||
break;
|
||||
default:
|
||||
tgl_warning("glopLightModel: illegal pname: 0x%x\n", pname);
|
||||
tgl_warning("glopLightModel: illegal pname: 0x%x", pname);
|
||||
//assert(0);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue