mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Minor change
--HG-- branch : develop
This commit is contained in:
parent
437aa5b939
commit
ee26c7377b
1 changed files with 3 additions and 3 deletions
|
@ -65,9 +65,9 @@ const uint32 CBitmap::bitPerPixels[ModeCount]=
|
|||
16 // DsDt
|
||||
};
|
||||
|
||||
const uint32 CBitmap::DXTC1HEADER = NL_MAKEFOURCC('D','X', 'T', '1');
|
||||
const uint32 CBitmap::DXTC3HEADER = NL_MAKEFOURCC('D','X', 'T', '3');
|
||||
const uint32 CBitmap::DXTC5HEADER = NL_MAKEFOURCC('D','X', 'T', '5');
|
||||
const uint32 CBitmap::DXTC1HEADER = NL_MAKEFOURCC('D', 'X', 'T', '1');
|
||||
const uint32 CBitmap::DXTC3HEADER = NL_MAKEFOURCC('D', 'X', 'T', '3');
|
||||
const uint32 CBitmap::DXTC5HEADER = NL_MAKEFOURCC('D', 'X', 'T', '5');
|
||||
|
||||
|
||||
#ifdef NEL_ALL_BITMAP_WHITE
|
||||
|
|
Loading…
Reference in a new issue