Commit 9653e5de authored by sagnowski's avatar sagnowski
Browse files

Fix warnings in lib_rend

parent fff16d12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1231,7 +1231,7 @@ void save_channel_pointers(
    float** channelArray
)
{
    /* Save a pointer to the beginning of each channel in a linear buffer, so that 2D indexing into a 1D array is possible.
    /* Save a pointer to the beginning of each channel in a linear packed buffer, so that 2D indexing into a 1D array is possible.
     *
     * With linearBuffer:       111111111111111122222222222222223333333333333333
     * Pointers:                ^               ^               ^
+305 −18

File changed.

Preview size limit exceeded, changes collapsed.