Oops, typo fix

This commit is contained in:
nillerusr 2022-01-09 22:33:59 +03:00
parent 4a329b2e1d
commit 61bd00c12b

View file

@ -388,7 +388,7 @@ private:
CUtlDict< IImage *, unsigned short > m_FileTypeImages;
enum { BASE_HEIGHT = 480, BASE_WIDTH = 640 };
enum { BASE_HEIGHT = 600, BASE_WIDTH = 800 };
bool LoadTGA(Texture *texture, const char *filename);
bool LoadBMP(Texture *texture, const char *filename);