app: fix the babl model of the "A u16" format
makes babl stats crash one line later...
This commit is contained in:
@ -69,7 +69,7 @@ gimp_babl_init (void)
|
|||||||
babl_component ("B'"),
|
babl_component ("B'"),
|
||||||
NULL);
|
NULL);
|
||||||
babl_format_new ("name", "A u16",
|
babl_format_new ("name", "A u16",
|
||||||
babl_model ("RGBA"),
|
babl_model ("R'G'B'A"),
|
||||||
babl_type ("u16"),
|
babl_type ("u16"),
|
||||||
babl_component ("A"),
|
babl_component ("A"),
|
||||||
NULL);
|
NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user