hide another "error"

This commit is contained in:
Rudolf Polzer 2011-05-22 20:35:37 +02:00
parent 98da1e8a2e
commit 028fc5286c

View File

@ -884,7 +884,7 @@ static picoModel_t *_obj_load( PM_PARAMS_LOAD )
shader = PicoFindShader( model, name, 1 ); shader = PicoFindShader( model, name, 1 );
if (shader == NULL) if (shader == NULL)
{ {
_pico_printf( PICO_ERROR,"Undefined material name in OBJ, line %d. Making a default shader.",p->curLine); _pico_printf( PICO_WARNING,"Undefined material name in OBJ, line %d. Making a default shader.",p->curLine);
/* create a new pico shader */ /* create a new pico shader */
shader = PicoNewShader( model ); shader = PicoNewShader( model );