Disable the dimensions warning for all song graphics (even ones not in
songs).
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include "RageBitmapTexture.h"
|
||||
#include "RageUtil.h"
|
||||
#include "RageLog.h"
|
||||
#include "RageTextureManager.h"
|
||||
#include "RageException.h"
|
||||
#include "RageDisplay.h"
|
||||
#include "RageTypes.h"
|
||||
@@ -311,9 +312,7 @@ apply_color_key:
|
||||
bRunCheck = false;
|
||||
|
||||
// HACK: Don't check song graphics. Many of them are weird dimensions.
|
||||
if( (actualID.filename.length()>=6 && actualID.filename.Left(6)=="Songs/") )
|
||||
bRunCheck = false;
|
||||
if( (actualID.filename.length()>=6 && actualID.filename.Left(9)=="CDTitles/") )
|
||||
if( !TEXTUREMAN->GetOddDimensionWarning() )
|
||||
bRunCheck = false;
|
||||
|
||||
if( bRunCheck )
|
||||
|
||||
Reference in New Issue
Block a user