Remove two similaritys

This commit is contained in:
2025-02-07 21:37:50 +01:00
parent 92acdf0f53
commit 60a053b929
4 changed files with 35 additions and 62 deletions

View File

@@ -45,5 +45,5 @@ private:
int drawY = 0;
void setUpManager();
std::array<float, 4> simil;
std::array<float, 3> simil;
};