Commit 594cc7eb authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Also set VBFLAG_HASDESC if we can determine we don't need conversion.

parent bcd8dc93
......@@ -541,6 +541,7 @@ static inline BOOL IWineD3DVertexBufferImpl_FindDecl(IWineD3DVertexBufferImpl *T
}
else
{
This->Flags |= VBFLAG_HASDESC;
return FALSE;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment