Browse Source

[olive.c] remove finished TODO

rexim 2 years ago
parent
commit
7b085450b3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      olive.c

+ 0 - 1
olive.c

@@ -830,7 +830,6 @@ OLIVECDEF void olivec_text(Olivec_Canvas oc, const char *text, int tx, int ty, O
     }
     }
 }
 }
 
 
-// TODO: bilinear interpolation for olivec_sprite_*
 OLIVECDEF void olivec_sprite_blend(Olivec_Canvas oc, int x, int y, int w, int h, Olivec_Canvas sprite)
 OLIVECDEF void olivec_sprite_blend(Olivec_Canvas oc, int x, int y, int w, int h, Olivec_Canvas sprite)
 {
 {
     if (sprite.width == 0) return;
     if (sprite.width == 0) return;