mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-17 07:00:59 +00:00
Remove CONS_Printf message that isn't even doing what it says it is!
This commit is contained in:
parent
9f0b121b15
commit
11be174603
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