Make sure StreamDisplay children are deleted

This commit is contained in:
Shenjoku
2013-04-29 16:38:37 -04:00
parent 91b1892d09
commit 1d1f37380e
+2
View File
@@ -21,6 +21,8 @@ StreamDisplay::StreamDisplay()
m_fPassingAlpha = 0;
m_fHotAlpha = 0;
m_bAlwaysBounce = false;
m_bDeleteChildren = true;
}
void StreamDisplay::Load( const RString & /* unreferenced: _sMetricsGroup */)