- started separating the texture class from the image format handlers.
This commit is contained in:
parent
e35d88e039
commit
5eab944157
16 changed files with 297 additions and 129 deletions
|
|
@ -240,11 +240,6 @@ FTexture::~FTexture ()
|
|||
//
|
||||
//==========================================================================
|
||||
|
||||
FTextureFormat FTexture::GetFormat()
|
||||
{
|
||||
return TEX_Pal;
|
||||
}
|
||||
|
||||
void FTexture::SetFrontSkyLayer ()
|
||||
{
|
||||
bNoRemap0 = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue