apply minimize crashfix for bgfx too (nw)

This commit is contained in:
hap 2019-06-17 02:49:20 +02:00
parent f9faf36c6b
commit 10060c3636

View File

@ -75,7 +75,9 @@ public:
}
osd_dim wdim = win->get_size();
if (wdim.width() > 0 && wdim.height() > 0)
win->target()->set_bounds(wdim.width(), wdim.height(), win->pixel_aspect());
win->target()->set_transform_container(!chain_transform);
return &win->target()->get_primitives();
}