fix default color for rating component

This commit is contained in:
jrassa 2017-06-13 21:01:08 -04:00
parent 6e7f5d1609
commit 8f7b6247af

View file

@ -10,6 +10,7 @@ RatingComponent::RatingComponent(Window* window) : GuiComponent(window), mColorS
mValue = 0.5f;
mSize << 64 * NUM_RATING_STARS, 64;
updateVertices();
updateColors();
}
void RatingComponent::setValue(const std::string& value)