mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 11:19:18 +01:00
Oops, fix broken visualisations from yesterday
This commit is contained in:
parent
4b81a86d1d
commit
38ea733e18
@ -54,7 +54,7 @@ ProjectMVisualisation::ProjectMVisualisation(QObject *parent)
|
||||
{
|
||||
connect(this, SIGNAL(sceneRectChanged(QRectF)), SLOT(SceneRectChanged(QRectF)));
|
||||
|
||||
for (int i=0 ; i<4 ; ++i)
|
||||
for (int i=0 ; i<TOTAL_RATING_TYPES ; ++i)
|
||||
default_rating_list_.push_back(3);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user