]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
hide another "error"
authorRudolf Polzer <divverent@xonotic.org>
Sun, 22 May 2011 18:35:37 +0000 (20:35 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Sun, 22 May 2011 18:35:37 +0000 (20:35 +0200)
libs/picomodel/pm_obj.c

index 6125df25bcd63eca1c38a3e07a07015472871582..1f77eeb1191d7a464b383f0deb8748b839ec264a 100644 (file)
@@ -884,7 +884,7 @@ static picoModel_t *_obj_load( PM_PARAMS_LOAD )
                                shader = PicoFindShader( model, name, 1 );
                                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 */
                                        shader = PicoNewShader( model );