no @expr for colors

This commit is contained in:
Glenn Maynard
2006-09-22 02:36:19 +00:00
parent 141f48b032
commit 489fe6262d
-2
View File
@@ -963,8 +963,6 @@ RageColor ThemeManager::GetMetricC( const RString &sClassName, const RString &sV
{
RString sValue = GetMetricRaw( g_pLoadedThemeData->iniMetrics, sClassName, sValueName );
LuaHelpers::RunAtExpressionS( sValue );
LuaHelpers::PrepareExpression( sValue );
return RunExpressionC( sValue );