Fixed models not precached properly.

This commit is contained in:
richard 2009-11-28 12:51:13 +01:00
parent 44c0111d2c
commit 96b285d7ac
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ ModelsLoad()
Format(buffer, sizeof(buffer), "%s%s", buffer, file);
// Precache model file and add to downloads table.
PrecacheModel(buffer);
PrecacheModel(buffer, true);
AddFileToDownloadsTable(buffer);
}