Skip to content

Bug: Pop item from vector returning an empty vector all the time #128

Description

@nicro950

for (int i = 0 ; i < newvector.size() ; i++) {

Looks like the new vector will always have a size of zero, since an empty list always have a size of zero. This is verified ingame, where "pop items from vector" always returns an empty vector.

Also looks like someone has submitted a pull request with the fix: #90

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