mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-03 14:06:44 +00:00
Oops, typo fix
This commit is contained in:
parent
4a329b2e1d
commit
61bd00c12b
@ -388,7 +388,7 @@ private:
|
|||||||
|
|
||||||
CUtlDict< IImage *, unsigned short > m_FileTypeImages;
|
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 LoadTGA(Texture *texture, const char *filename);
|
||||||
bool LoadBMP(Texture *texture, const char *filename);
|
bool LoadBMP(Texture *texture, const char *filename);
|
||||||
|
Loading…
Reference in New Issue
Block a user