fixed: MeterDisplay::StreamWidth was not loaded from node

This commit is contained in:
Vecais Dumais Laacis
2007-01-22 13:34:02 +00:00
parent e45978da43
commit e0997258ef
+1
View File
@@ -37,6 +37,7 @@ void MeterDisplay::LoadFromNode( const XNode* pNode )
if( !pNode->GetAttrValue( "StreamWidth", sExpr ) )
RageException::Throw( "%s: MeterDisplay: missing the \"StreamWidth\" attribute", ActorUtil::GetWhere(pNode).c_str() );
m_fStreamWidth=StringToFloat(sExpr);
{
RString sStreamPath;
if( !ActorUtil::GetAttrPath(pNode, "StreamPath", sStreamPath) )