mirror of
https://github.com/celisej567/source-engine.git
synced 2026-02-25 06:32:57 +03:00
Oops, typo fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user