fix onion change
This commit is contained in:
@@ -84,6 +84,7 @@ void NodePanelAnimation::init_controls()
|
|||||||
|
|
||||||
m_onion->on_select = [this] (Node* target, int index) {
|
m_onion->on_select = [this] (Node* target, int index) {
|
||||||
m_timeline->m_onion_size = m_onion->get_int();
|
m_timeline->m_onion_size = m_onion->get_int();
|
||||||
|
Canvas::I->anim_update();
|
||||||
};
|
};
|
||||||
|
|
||||||
m_timeline->on_frame_changed = [this] (NodeAnimationTimeline* target, int frame) {
|
m_timeline->on_frame_changed = [this] (NodeAnimationTimeline* target, int frame) {
|
||||||
|
|||||||
Reference in New Issue
Block a user