X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmodels%2Fmodel.qh;h=c6a1c2199b62b1c5a6ec305cbf81a28bbe3803e0;hb=bbf5a4323eaf9de74aa9b5259dee6a922a0f2cfc;hp=38aa4e33ada8d62930db4634610e5f2cb8610221;hpb=9b23b68f560715b3c44b00f28237c054150c0c90;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/models/model.qh b/qcsrc/common/models/model.qh index 38aa4e33a..c6a1c2199 100644 --- a/qcsrc/common/models/model.qh +++ b/qcsrc/common/models/model.qh @@ -17,7 +17,7 @@ CLASS(Model, Object) LOG_WARNF("Missing model: \"%s\"", s); return; } - profile(sprintf("precache_model(\"%s\")", s)); + //profile(sprintf("precache_model(\"%s\")", s)); precache_model(s); strcpy(this.model_str_, s); }