locale independent util::parse_double
This commit is contained in:
@@ -115,6 +115,15 @@ void UINode::setSize(vec2 size) {
|
||||
|
||||
void UINode::setColor(vec4 color) {
|
||||
this->color = color;
|
||||
this->hoverColor = color;
|
||||
}
|
||||
|
||||
void UINode::setHoverColor(glm::vec4 newColor) {
|
||||
this->hoverColor = newColor;
|
||||
}
|
||||
|
||||
glm::vec4 UINode::getHoverColor() const {
|
||||
return hoverColor;
|
||||
}
|
||||
|
||||
vec4 UINode::getColor() const {
|
||||
|
||||
Reference in New Issue
Block a user