Skip to content

Verify #7

@gkjohnson

Description

@gkjohnson

This line doesn't seem right:

        public Vector2 gr { get { return new Vector2(g, r); } set { g = value.x; r = value.y; } }

Should be

        public Vector2 gr { get { return new Vector2(g, r); } set { this.y = value.x; this.x = value.y; } }

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