LuaHelpers::RunExpressionB
This commit is contained in:
@@ -739,7 +739,7 @@ bool ThemeManager::GetMetricB( const CString &sClassName, const CString &sValueN
|
||||
|
||||
LUA->PrepareExpression( sValue );
|
||||
|
||||
return LUA->RunExpressionB( sValue );
|
||||
return LuaHelpers::RunExpressionB( sValue );
|
||||
}
|
||||
|
||||
RageColor ThemeManager::GetMetricC( const CString &sClassName, const CString &sValueName )
|
||||
|
||||
Reference in New Issue
Block a user