Skip to content

SLAnimator.start() should check if it's running already instead of launching multiple threads #3

@holgerbrandl

Description

@holgerbrandl

something like:

public synchronized static void start() {
if(isRunnning) return
running = true;
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions