Remove comment

This commit is contained in:
davidovski 2023-04-22 01:31:44 +01:00
parent 544233d632
commit ebd0074d39
1 changed files with 0 additions and 2 deletions

View File

@ -155,8 +155,6 @@ int draw(int *mode) {
% (sizeof(RECTANGLE_TYPES)/sizeof(Rectangle));
}
printf("mode is [%d]\n", *mode);
if (IsMouseButtonDown(MOUSE_BUTTON_LEFT)) {
Rectangle rectangle = RECTANGLE_TYPES[*mode];
rectangle.x += gridx * TILESIZE;