Skip to content

Bad code gen for SlideInt2(), etc.  #462

Open
@noname22

Description

@noname22

The code generation seems to have failed for the methods that are supposed to accept multiple ints, ie.

bool DragInt2(string label, ref int v)
bool DragInt3(string label, ref int v)
bool DragInt4(string label, ref int v)

bool SliderInt2(string label, ref int v, int v_min, int v_max)
bool SliderInt3(string label, ref int v, int v_min, int v_max)
bool SliderInt4(string label, ref int v, int v_min, int v_max)

etc.

I'm assuming they're supposed to accept multiple ints, not a single one, unless I've gravely misunderstood something.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions