mirror of
https://git.davidovski.xyz/rectangles.git
synced 2024-08-15 00:43:36 +00:00
Remove comment
This commit is contained in:
parent
544233d632
commit
ebd0074d39
1 changed files with 0 additions and 2 deletions
|
@ -155,8 +155,6 @@ int draw(int *mode) {
|
||||||
% (sizeof(RECTANGLE_TYPES)/sizeof(Rectangle));
|
% (sizeof(RECTANGLE_TYPES)/sizeof(Rectangle));
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("mode is [%d]\n", *mode);
|
|
||||||
|
|
||||||
if (IsMouseButtonDown(MOUSE_BUTTON_LEFT)) {
|
if (IsMouseButtonDown(MOUSE_BUTTON_LEFT)) {
|
||||||
Rectangle rectangle = RECTANGLE_TYPES[*mode];
|
Rectangle rectangle = RECTANGLE_TYPES[*mode];
|
||||||
rectangle.x += gridx * TILESIZE;
|
rectangle.x += gridx * TILESIZE;
|
||||||
|
|
Loading…
Reference in a new issue