mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-27 19:50:51 +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
|
UINT16 lumpnum; // was flushed, and we need to re-create it
|
||||||
GLMipmap_t mipmap;
|
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;
|
typedef struct GLPatch_s GLPatch_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue