HeapsIO / hxbit

Haxe Binary serialization and network synchronization library
155 stars 30 forks source link

Fix for nullable detection. #7

Closed bendmorris closed 7 years ago

bendmorris commented 7 years ago

Without this, I get errors on static platforms due to hxbit not realizing that my abstracts are really basic types:

/home/ben/Dev/hxbit/hxbit/Macros.hx:388: characters 28-32 : On static platforms, null can't be used as basic type haxepunk.utils.Color
/home/ben/Dev/hxbit/hxbit/Macros.hx:483: characters 46-50 : On static platforms, null can't be used as basic type haxepunk.utils.Color