MikePopoloski / SharpBgfx

C# bindings for the bgfx graphics library
MIT License
169 stars 30 forks source link

Repair StencilFlags.Equals #36

Closed WenceyWang closed 4 years ago

WenceyWang commented 4 years ago

return Equals(state); whitch state is Nullable<StencilFlags>, will cause infinite recursion.

MikePopoloski commented 4 years ago

Thanks for the PR!