changed this from a warning to a devmsg because these *really* spam up the console in OA3 and is generally a useless warning to the player.

This commit is contained in:
leilei-
2016-05-09 04:02:14 -04:00
parent 95dec7a204
commit d31b9ad6d9

View File

@@ -119,7 +119,7 @@ void RE_AddPolyToScene( qhandle_t hShader, int numVerts, const polyVert_t *verts
}
if ( !hShader ) {
ri.Printf( PRINT_WARNING, "WARNING: RE_AddPolyToScene: NULL poly shader\n");
ri.Printf( PRINT_DEVELOPER, "WARNING: RE_AddPolyToScene: NULL poly shader\n"); // leilei - changed this to PRINT_DEVELOPER
return;
}