15 Sep
2015
15 Sep
'15
5:53 p.m.
On 14 September 2015 at 13:14, Riccardo Bortolato <rikyz619(a)gmail.com> wrote:
+ struct d3d9_texture *texture = surface->texture;
TRACE("iface %p.\n", iface);
+ /* Standalone surfaces can't be in D3DPOOL_MANAGED */ + if (!texture) + return; You don't need this anymore.