]> git.localhorst.tv Git - blank.git/blobdiff - src/world/Entity.hpp
use seconds as world time unit
[blank.git] / src / world / Entity.hpp
index 1ac92235a9401f3c63675500a27b7ffcde977534..7e85591c89150f1c22e6a20604cca20a7c6eccca 100644 (file)
@@ -56,7 +56,7 @@ public:
                return state.Diff(other.state);
        }
 
-       /// direction is rotation axis, magnitude is speed in rad/ms
+       /// direction is rotation axis, magnitude is speed in rad/s
        const glm::vec3 &AngularVelocity() const noexcept { return state.ang_vel; }
        void AngularVelocity(const glm::vec3 &v) noexcept { state.ang_vel = v; }