Removed warnings for the moment.
This commit is contained in:
parent
80d304afeb
commit
54204542c1
|
|
@ -23,6 +23,10 @@ inline void destroy_texture(texture_t *texture)
|
|||
|
||||
inline void draw_texture(const texture_t *texture, const rect_t *src_rect, const rect_t *dst_rect, bool flip)
|
||||
{
|
||||
(void)texture;
|
||||
(void)src_rect;
|
||||
(void)dst_rect;
|
||||
(void)flip;
|
||||
//display_subimage(texture->image, src_rect, dst_rect, flip);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue