X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=libs%2Ftransformlib.h;h=2974979729fc10921025249fbd1acf6eaa2f78df;hb=refs%2Fheads%2FTimePath%2Fdevelop;hp=91c8cb25b4652ce9d341f87eb06f0e9c3e488910;hpb=b7e36c120eb1546a6c6f97f30e42ab7f9a559c61;p=xonotic%2Fnetradiant.git diff --git a/libs/transformlib.h b/libs/transformlib.h index 91c8cb25..29749797 100644 --- a/libs/transformlib.h +++ b/libs/transformlib.h @@ -116,12 +116,12 @@ class TransformModifier : public Transformable Translation m_translation; Rotation m_rotation; Scale m_scale; -Callback m_changed; -Callback m_apply; +Callback m_changed; +Callback m_apply; TransformModifierType m_type; public: -TransformModifier( const Callback& changed, const Callback& apply ) : +TransformModifier( const Callback& changed, const Callback& apply ) : m_translation( c_translation_identity ), m_rotation( c_quaternion_identity ), m_scale( c_scale_identity ),