This commit is contained in:
Glenn Maynard
2006-09-23 03:31:44 +00:00
parent 546500a5d3
commit c441d10bc0
+1 -1
View File
@@ -956,7 +956,7 @@ void ThemeManager::PushMetric( Lua *L, const RString &sClassName, const RString
else
{
LuaHelpers::PrepareExpression( sValue );
LuaHelpers::RunExpression( L, sValue );
LuaHelpers::RunExpression( L, sValue, ssprintf("%s::%s", sClassName.c_str(), sValueName.c_str()) );
}
}