mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-02 09:12:54 +00:00
Remove CONS_Printf message that isn't even doing what it says it is!
This commit is contained in:
parent
4713200fb5
commit
4276758491
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ model_t *LoadModel(const char *filename, int ztag)
|
|||
material->shininess = 25.0f;
|
||||
}
|
||||
|
||||
CONS_Printf("Generating VBOs for %s\n", filename);
|
||||
// CONS_Printf("Generating VBOs for %s\n", filename);
|
||||
for (i = 0; i < model->numMeshes; i++)
|
||||
{
|
||||
mesh_t *mesh = &model->meshes[i];
|
||||
|
|
Loading…
Reference in a new issue