1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

angle calc

This commit is contained in:
Michael
2023-08-26 20:19:25 +02:00
committed by GitHub
parent bd0f9bb280
commit fe6d96f4a0
3 changed files with 14 additions and 1 deletions

View File

@@ -50,6 +50,8 @@ class MapView : public BasicMapView
std::shared_ptr<MapViewActions> actions;
std::map<uint64_t, Point> swipeHistory;
double postSwipeAngle;
double postSwipeSpeed;
void postSwipe(uint32_t msPassed);