Skip to content

movie maker image start bug #125

@DanielVillarreal09

Description

@DanielVillarreal09

change line 294 from

if image_start and t <= image_start:

to:

if image_start and t < image_start:

otherwise you will get a bug when using a fluorescent picture interval not equal to 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions