]> git.localhorst.tv Git - blank.git/blobdiff - src/ui/Text.hpp
chat state
[blank.git] / src / ui / Text.hpp
index 84a6190999f89f4d2d340dd6ba4b64d1e1eb70b3..c4318737e1246de4036330ecf639f95fa5729621 100644 (file)
@@ -24,7 +24,8 @@ public:
                Set(f, s.c_str());
        }
 
-       void Pivot(Gravity p) {
+       Gravity Pivot() const noexcept { return pivot; }
+       void Pivot(Gravity p) noexcept {
                pivot = p;
                dirty = true;
        }