Oops, typo fix
This commit is contained in:
parent
0f63f6f8c7
commit
7236dc5268
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