summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/DSSIUpdateEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/DSSIUpdateEvent.cpp')
-rw-r--r--src/libs/engine/events/DSSIUpdateEvent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/DSSIUpdateEvent.cpp b/src/libs/engine/events/DSSIUpdateEvent.cpp
index d2953a9b..edfe1394 100644
--- a/src/libs/engine/events/DSSIUpdateEvent.cpp
+++ b/src/libs/engine/events/DSSIUpdateEvent.cpp
@@ -56,11 +56,11 @@ DSSIUpdateEvent::pre_process()
void
DSSIUpdateEvent::execute(SampleCount nframes, FrameTime start, FrameTime end)
{
+ QueuedEvent::execute(nframes, start, end);
+
if (m_node != NULL) {
m_node->set_ui_url(m_url);
}
-
- QueuedEvent::execute(nframes, start, end);
}