Testing
This commit is contained in:
@@ -33,7 +33,7 @@ void storeRect(SDL_Rect rect) {
|
||||
if (allocatedRectCount < MAX_RECTS) {
|
||||
allocatedRects[allocatedRectCount++] = rect;
|
||||
} else {
|
||||
fprintf(stderr, "Error: atlas rect limit reached!\n");
|
||||
fprintf(stderr, "Error: atlas tileRect limit reached!\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user