From 3a654bb7d992d828fa14d2e86600fdef56a0b4ce Mon Sep 17 00:00:00 2001 From: Hannu Hanhi Date: Sat, 11 Apr 2020 16:27:08 +0300 Subject: [PATCH] Fix comment --- src/hardware/hw_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;