Fixed a bug with spec maps.

This commit is contained in:
Justin Marshall
2026-05-07 12:26:46 -07:00
parent 1a6bc0c447
commit 469be38dbe
6 changed files with 434 additions and 54 deletions
+1
View File
@@ -507,6 +507,7 @@ public:
// jmarshall
idImage* GetDiffuseImage(void) const;
idImage* GetBumpImage(void) const;
idImage* GetSpecImage(void) const;
idImage* GetGlowImage(void) const;
bool IsSky(void) const;
// jmarshall end