mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 05:11:01 +00:00
Fix comment
This commit is contained in:
parent
7bac42f9b2
commit
3a654bb7d9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue