Refactor fixes

This commit is contained in:
IlyaShurupov 2024-10-09 19:36:17 +03:00
parent 4ad40058f9
commit e028ad1a41
5 changed files with 12 additions and 4 deletions

View file

@ -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 };
};
}