working on perspective stuff for tilted menu items

This commit is contained in:
Chris Danford
2003-04-23 05:54:56 +00:00
parent ef89561fa9
commit ee47352dd0
7 changed files with 87 additions and 47 deletions
-1
View File
@@ -360,7 +360,6 @@ RageColor ThemeManager::GetMetricC( CString sClassName, CString sValueName )
if( result != 4 )
{
LOG->Warn( "The color value '%s' for NoteSkin metric '%s : %s' is invalid.", GetMetricRaw(sClassName,sValueName).GetString(), sClassName.GetString(), sValueName.GetString() );
ASSERT(0);
}
return RageColor(r,g,b,a);