Refactor fixes
This commit is contained in:
parent
4ad40058f9
commit
e028ad1a41
5 changed files with 12 additions and 4 deletions
|
|
@ -54,6 +54,6 @@ namespace tp {
|
|||
|
||||
halnf mRounding = 5;
|
||||
RGBA mColorHovered = { 0.0f, 0.4f, 0.4f, 1.f };
|
||||
RGBA mColor = { 0.0f, 0.0f, 0.0f, 1.f };
|
||||
RGBA mColor = { 0.13f, 0.13f, 0.13f, 1.f };
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue