Skip to content

Drawing the map with different width and height values will result in bugs. #9

@GuntranHoet

Description

@GuntranHoet

for (int ny = 0; ny < nMapWidth; ny++)

This should be for (int ny = 0; ny < nMapHeight; ny++) instead.

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