This commit is contained in:
rdb 2015-03-09 15:51:22 +01:00
parent 36525784fd
commit ee024f3dc5

View File

@ -165,7 +165,7 @@ make_output(const string &name,
// meet specs, we can bail out early.
if ((flags & BF_fb_props_optional) == 0) {
if (fb_prop.get_indexed_color() ||
fb_prop.get_back_buffers() > 0) ||
fb_prop.get_back_buffers() > 0 ||
fb_prop.get_accum_bits() > 0) {
return NULL;
}