Updated FreeCS config to define BMP support which is very much necessary
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5356 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
75c7f7ce32
commit
3f2302ce62
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
#undef IMAGEFMT_PKM
|
||||
#undef IMAGEFMT_DDS //.dds files embed mipmaps and texture compression. faster to load.
|
||||
#undef IMAGEFMT_BLP //legacy crap
|
||||
#undef IMAGEFMT_BMP //legacy crap
|
||||
#define IMAGEFMT_BMP //legacy crap
|
||||
#undef IMAGEFMT_PCX //legacy crap
|
||||
#undef DECOMPRESS_ETC2
|
||||
#undef DECOMPRESS_RGTC
|
||||
|
|
Loading…
Reference in a new issue