diff --git a/src/hardware/hw_data.h b/src/hardware/hw_data.h index 4bb06eb4..58e9c1dc 100644 --- a/src/hardware/hw_data.h +++ b/src/hardware/hw_data.h @@ -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;