sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.68k stars 641 forks source link

Fix #1039. #1042

Closed jkoritzinsky closed 6 years ago

jkoritzinsky commented 6 years ago

After the change to make IUnknown map to IUnknown instead of ComObject, the Set call here recursively called Set<ComObject> instead of the non-generic Set method that takes IUnknown.

xoofx commented 6 years ago

Thanks!