Commit deae923c authored by Rico Schüller's avatar Rico Schüller Committed by Alexandre Julliard

wined3d: Fix return value for WINED3DFMT_ATI2N in CheckTextureCapability().

parent 4396a79e
......@@ -3857,9 +3857,6 @@ static BOOL CheckTextureCapability(const struct wined3d_adapter *adapter, const
TRACE("[OK]\n");
return TRUE;
}
TRACE("[OK]\n");
return TRUE;
}
TRACE("[FAILED]\n");
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