mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-01 04:33:02 +00:00
Fix comment
This commit is contained in:
parent
edc87fbed9
commit
fb6ffd08c7
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…
Add table
Reference in a new issue