Skip to content

__IsOnScreen function breaks with negative xscale and yscale #48

@dublank

Description

@dublank

Ran into this problem using gm_roombuilder with flipping and mirroring subrooms.
I personally fixed this by changing:

__radius*max(xscale, yscale);

to

__radius*max(abs(xscale), abs(yscale));

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