Warning fix.
This commit is contained in:
parent
877f323161
commit
d09b2b988a
|
@ -3927,9 +3927,10 @@ ICOM_VTABLE(IDirect3DDevice8) Direct3DDevice8_Vtbl =
|
||||||
IDirect3DDevice8Impl_DeletePatch
|
IDirect3DDevice8Impl_DeletePatch
|
||||||
};
|
};
|
||||||
|
|
||||||
HRESULT WINAPI IDirect3DDevice8Impl_CleanRender(LPDIRECT3DDEVICE8 iface) {
|
HRESULT WINAPI IDirect3DDevice8Impl_CleanRender(LPDIRECT3DDEVICE8 iface)
|
||||||
ICOM_THIS(IDirect3DDevice8Impl,iface);
|
{
|
||||||
#if defined(GL_VERSION_1_3) /* @see comments on ActiveRender */
|
#if defined(GL_VERSION_1_3) /* @see comments on ActiveRender */
|
||||||
|
ICOM_THIS(IDirect3DDevice8Impl,iface);
|
||||||
|
|
||||||
ENTER_GL();
|
ENTER_GL();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue