mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 03:31:40 +00:00
fix compilation
This commit is contained in:
parent
0b5ecbee68
commit
3be927ad06
@ -149,8 +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", pname);
|
||||
//assert(0);
|
||||
warning("glopLightModel: illegal pname: 0x%x", pname);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -94,7 +94,7 @@ void glopEnableDisable(GLContext *c, TGLParam *p) {
|
||||
if (code >= TGL_LIGHT0 && code < TGL_LIGHT0 + T_MAX_LIGHTS) {
|
||||
gl_enable_disable_light(c, code - TGL_LIGHT0, v);
|
||||
} else {
|
||||
//tgl_warning("glEnableDisable: 0x%X not supported.", code);
|
||||
//warning("glEnableDisable: 0x%X not supported.", code);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user