mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
fix default color for rating component
This commit is contained in:
parent
6e7f5d1609
commit
8f7b6247af
|
|
@ -10,6 +10,7 @@ RatingComponent::RatingComponent(Window* window) : GuiComponent(window), mColorS
|
||||||
mValue = 0.5f;
|
mValue = 0.5f;
|
||||||
mSize << 64 * NUM_RATING_STARS, 64;
|
mSize << 64 * NUM_RATING_STARS, 64;
|
||||||
updateVertices();
|
updateVertices();
|
||||||
|
updateColors();
|
||||||
}
|
}
|
||||||
|
|
||||||
void RatingComponent::setValue(const std::string& value)
|
void RatingComponent::setValue(const std::string& value)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue