d3d9: Fix type used to store return value in IDirect3DDevice9Impl_GetNPatchMode.
commitf6813e55c54992cc598c2beb26fdadfbfc313637
authorRob Shearman <robertshearman@gmail.com>
Mon, 15 Sep 2008 10:06:09 +0000 (15 11:06 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 15 Sep 2008 11:23:30 +0000 (15 13:23 +0200)
tree55969bf6edb2d11c02e613cb57d9ad7053c40f7c
parentd939367ac8fc1e7c7461008c86557fd870c4fbe4
d3d9: Fix type used to store return value in IDirect3DDevice9Impl_GetNPatchMode.

It should be a float, not an HRESULT.
dlls/d3d9/device.c