From 6bb5b03e2afb0dd52204dfb1924dfd096387de3a Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 29 Jul 2020 11:52:36 -0700 Subject: Use modifier object in wrapper --- common/rawaccel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/rawaccel.hpp b/common/rawaccel.hpp index 6f737da..b480e87 100644 --- a/common/rawaccel.hpp +++ b/common/rawaccel.hpp @@ -20,7 +20,7 @@ namespace rawaccel { /// Struct to hold vector rotation details. struct rotator { - /// Rotational vector, which points in the direction of the post-rotation positive y axis. + /// Rotational vector, which points in the direction of the post-rotation positive x axis. vec2d rot_vec = { 1, 0 }; /// -- cgit v1.2.3