forked from minhngoc25a/freetype2
minor changes
This commit is contained in:
parent
9082ff89ef
commit
efd9510850
|
@ -308,8 +308,6 @@ void Read_PNG(char *filename, IMAGE * after_effect) {
|
|||
after_effect->width = width;
|
||||
after_effect->height = height;
|
||||
|
||||
printf("%d %d\n",width,height );
|
||||
|
||||
row_pointers = (png_bytep*)malloc(sizeof(png_bytep) * height);
|
||||
for(int y = 0; y < height; y++) {
|
||||
row_pointers[y] = (png_byte*)malloc(png_get_rowbytes(png,info));
|
||||
|
|
Loading…
Reference in New Issue