-
Notifications
You must be signed in to change notification settings - Fork 161
Drawing the map with different width and height values will result in bugs. #9
Open
Description
CommandLineFPS/CommandLineFPS.cpp
Line 271 in b25beb7
for (int ny = 0; ny < nMapWidth; ny++)
This should be for (int ny = 0; ny < nMapHeight; ny++) instead.
Metadata
Metadata
Assignees
Labels
No labels