Add keyframes editor to proxy keyframes from subtracks on object track
#519
This commit is contained in:
@@ -728,7 +728,7 @@ namespace FlaxEditor.GUI.Timeline.Tracks
|
||||
|
||||
/// <inheritdoc />
|
||||
public CameraCutTrack(ref TrackCreateOptions options)
|
||||
: base(ref options)
|
||||
: base(ref options, false)
|
||||
{
|
||||
Height = CameraCutThumbnailRenderer.Height + 8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user