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

This commit is contained in:
Henri Verbeet 2009-03-06 14:56:22 +01:00 committed by Alexandre Julliard
parent bcd8dc93a2
commit 594cc7ebc1
1 changed files with 1 additions and 0 deletions

View File

@ -541,6 +541,7 @@ static inline BOOL IWineD3DVertexBufferImpl_FindDecl(IWineD3DVertexBufferImpl *T
}
else
{
This->Flags |= VBFLAG_HASDESC;
return FALSE;
}
}