Thief007 / swingamesdk

Automatically exported from code.google.com/p/swingamesdk
1 stars 2 forks source link

Resource equality in SwinGame C# #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Sprite, Sound, Bitmap, etc. 

use of == null or != null causes an error.

Error is related to the overriding of the == and != operator.

Original issue reported on code.google.com by swinbr...@gmail.com on 21 Oct 2009 at 2:24

GoogleCodeExporter commented 8 years ago
Fixed == and != operator overloads.
Issue related to null == null and getting pointerdata from the pointer wrapper.

Original comment by swinbr...@gmail.com on 21 Oct 2009 at 5:44