add debug message for IFF bit depth saving
This commit is contained in:
parent
6b9ee7cb3d
commit
8614490026
@ -2301,6 +2301,7 @@ void Save_IFF(T_IO_Context * context)
|
|||||||
bit_depth++;
|
bit_depth++;
|
||||||
temp_byte>>=1;
|
temp_byte>>=1;
|
||||||
} while (temp_byte);
|
} while (temp_byte);
|
||||||
|
GFX2_Log(GFX2_DEBUG, "Saving ILBM with bit_depth = %d\n", bit_depth);
|
||||||
}
|
}
|
||||||
else // FORMAT_PBM
|
else // FORMAT_PBM
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user