Skip to content

Commit

Permalink
Fix Linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NyakoFox committed Nov 17, 2024
1 parent 44e8bce commit 7b6268e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions desktop_version/src/Graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2353,6 +2353,8 @@ void Graphics::drawentity(const int i, const int yoff)
draw_grid_tile(grphx.im_sprites, obj.entities[i].drawframe, xp, yp - yoff, sprites_rect.w, sprites_rect.h, obj.entities[i].realcol, 6, 6);
break;
}
case EntityRenderType_INVALID:
break;
}
}

Expand Down

0 comments on commit 7b6268e

Please sign in to comment.