Check hit to start moving the position

This commit is contained in:
Nikola Petrov
2024-04-18 06:04:13 +02:00
parent abb6537480
commit 8f586169c1
2 changed files with 4 additions and 2 deletions

View File

@@ -23,4 +23,5 @@ private:
Vector2 mouseStart;
float len;
float ofset;
bool validHit = false;
};