From 53d45e11743909b8816ef95f50ac1c2b6467a3b7 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 11 Nov 2022 17:20:11 +0100 Subject: Changed rotation to be represented by angle --- battles/include/kurator/battles/components.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'battles/include') diff --git a/battles/include/kurator/battles/components.h b/battles/include/kurator/battles/components.h index 03b93a2..307acc3 100644 --- a/battles/include/kurator/battles/components.h +++ b/battles/include/kurator/battles/components.h @@ -14,7 +14,7 @@ namespace battles struct Transform { Point position; - Point rotation; + double angle; entt::entity reference_frame = entt::null; }; -- cgit v1.1