Fix comment

This commit is contained in:
Hannu Hanhi 2020-04-11 16:27:08 +03:00 committed by Wolfy
parent 7bac42f9b2
commit 3a654bb7d9
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ struct GLPatch_s
UINT16 lumpnum; // was flushed, and we need to re-create it
GLMipmap_t mipmap;
boolean notfound; // if the texture file was not found, mark it here (used in model blend texture loading)
boolean notfound; // if the texture file was not found, mark it here (used in model texture loading)
};
typedef struct GLPatch_s GLPatch_t;