Tweak a fixme comment.

The code is potentially slow, especially on big maps, but I haven't noticed
any issues yet.
This commit is contained in:
Bill Currie 2011-11-12 16:36:07 +09:00
parent 03abb3b27d
commit 9d63298032

View file

@ -128,7 +128,7 @@ Mod_LeafPVS (mleaf_t *leaf, model_t *model)
// BRUSHMODEL LOADING =========================================================
//FIXME SLOW!
//FIXME SLOW! However, it doesn't seem to be a big issue. Leave alone?
static void
mod_unique_miptex_name (texture_t **textures, texture_t *tx, int ind)
{