Browse Source

removed debug printf not intented for release

Iver 1 month ago
parent
commit
a1de70c7aa
3 changed files with 0 additions and 2 deletions
  1. BIN
      builds/libpitmap.so
  2. BIN
      image.tga
  3. 0 2
      src/library/main.c

BIN
builds/libpitmap.so


BIN
image.tga


+ 0 - 2
src/library/main.c

@@ -76,8 +76,6 @@ PM_image* PM_load_bitmap(){
             
             color_palette[i] = r << 24 | g << 16 | b << 8 | 255 << 0;
             skip(1);
-
-            printf("#%d, %x\n", i, color_palette[i]);
         }
     }