summaryrefslogtreecommitdiff
path: root/battles/include
diff options
context:
space:
mode:
Diffstat (limited to 'battles/include')
-rw-r--r--battles/include/kurator/battles/components.h2
1 files changed, 1 insertions, 1 deletions
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;
};