remove unused members
This commit is contained in:
@@ -21,7 +21,6 @@ struct RageTexturePrefs
|
|||||||
{
|
{
|
||||||
bool bForceReload;
|
bool bForceReload;
|
||||||
int iMaxSize;
|
int iMaxSize;
|
||||||
int iTextureColorDepth;
|
|
||||||
int iMipMaps;
|
int iMipMaps;
|
||||||
int iAlphaBits;
|
int iAlphaBits;
|
||||||
bool bDither;
|
bool bDither;
|
||||||
@@ -31,7 +30,6 @@ struct RageTexturePrefs
|
|||||||
{
|
{
|
||||||
bForceReload = false;
|
bForceReload = false;
|
||||||
iMaxSize = 2048;
|
iMaxSize = 2048;
|
||||||
iTextureColorDepth = 16;
|
|
||||||
iMipMaps = 4;
|
iMipMaps = 4;
|
||||||
iAlphaBits = 4;
|
iAlphaBits = 4;
|
||||||
bDither = false;
|
bDither = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user