Fix: Palette
This commit is contained in:
@@ -142,6 +142,6 @@ void destroy_texture(id_t texture);
|
||||
colors: array of color values (rgba in hex ).
|
||||
n: number of color on colors.
|
||||
*/
|
||||
id_t create_palette_texture(const unsigned char * colors, unsigned char n );
|
||||
id_t create_palette_texture(const unsigned char colors[][4], unsigned char n );
|
||||
|
||||
quat_t poll_input(window_t window);
|
||||
|
||||
Reference in New Issue
Block a user