Fixed property name

This commit is contained in:
Richard Davey 2023-03-30 14:02:18 +01:00
parent 14a4cc67ad
commit 29c1cf506c

View file

@ -436,7 +436,7 @@ var Timeline = new Class({
target: GetFastValue(entry, 'target', null),
set: GetFastValue(entry, 'set', null),
tween: GetFastValue(entry, 'tween', null),
sound: GetFastValue(entry, 'run', null),
sound: GetFastValue(entry, 'sound', null),
once: GetFastValue(entry, 'once', false)
});