X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=libs%2Ftransformlib.h;h=2974979729fc10921025249fbd1acf6eaa2f78df;hb=6ed444ce55f3a5c07f4d4a8625352f239dd1f25b;hp=91c8cb25b4652ce9d341f87eb06f0e9c3e488910;hpb=3c73487420fde8d4a3b5360d8b99e48132517900;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 ),