]> git.localhorst.tv Git - blank.git/blobdiff - src/model/Model.hpp
apply pitch to head instead of body
[blank.git] / src / model / Model.hpp
index 55a9734381a7e68ad453f94f1e51ce489fdce748..ad8cb04a4ffbb1878150cedac1c2cbca493cb498 100644 (file)
@@ -32,7 +32,6 @@ public:
        const Part &GetPart(std::size_t i) const noexcept { return *part[i]; }
 
        void SetEyes(std::uint16_t id) { eyes_id = id; }
-
        const Part &GetEyesPart() const noexcept { return GetPart(eyes_id); }
 
        void Enumerate();