diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/rawaccel.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { /// <summary> Struct to hold vector rotation details. </summary> struct rotator { - /// <summary> Rotational vector, which points in the direction of the post-rotation positive y axis. </summary> + /// <summary> Rotational vector, which points in the direction of the post-rotation positive x axis. </summary> vec2d rot_vec = { 1, 0 }; /// <summary> |