Skip to content

CornerDataOverlay misfunction when I restart current lap by returning to garage #153

@lchannng

Description

@lchannng

Duplicated corner number will add to CornerData afer returning to garage.

_bestLapCorners.Add(data.CornerNumber, data);

Simply override _bestLapCorners with the latest version wil fix this issuse.
_bestLapCorners[data.CornerNumber] = data;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions