qadmesh affine transform parenting
This commit is contained in:
@@ -180,7 +180,7 @@ public:
|
||||
signals:
|
||||
|
||||
// signal to emit when the box is updated //
|
||||
void Updated() { ULIB_SIGNAL_EMIT(ContainerBox::Updated); }
|
||||
virtual void Updated() override { ULIB_SIGNAL_EMIT(ContainerBox::Updated); }
|
||||
|
||||
private:
|
||||
AffineTransform m_LocalT;
|
||||
|
||||
Reference in New Issue
Block a user