diff options
author | David Tardon <dtardon@redhat.com> | 2016-10-31 20:13:36 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-10-31 20:16:04 +0100 |
commit | 04055cd8d9fcff67513cfd7de0872cb48bc82967 (patch) | |
tree | 8f22c75121ed63c6fc6396e90f70c4f44cf5499e /slideshow | |
parent | 7445399af829c48e8c71eed66f132d96fa195c37 (diff) |
fix doc comment to match code
This has been wrong since the initial commit...
Change-Id: I271375ba10c37aa9b198476955d66af9fc019e27
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/opengl/Operation.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/opengl/Operation.hxx b/slideshow/source/engine/opengl/Operation.hxx index 12d0a4842278..95aaa06df6fe 100644 --- a/slideshow/source/engine/opengl/Operation.hxx +++ b/slideshow/source/engine/opengl/Operation.hxx @@ -90,7 +90,7 @@ public: position that rotation axis runs through @param Angle - angle in radians of CCW rotation + angle in degrees of CCW rotation @param bInter see Operation @@ -114,7 +114,7 @@ private: */ glm::vec3 origin; - /** angle in radians of CCW rotation + /** angle in degrees of CCW rotation */ double angle; }; |