Oops, typo fix
This commit is contained in:
parent
4a329b2e1d
commit
61bd00c12b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue