vujadin / BabylonHx

Port of Babylon.js 3D engine to Haxe.
http:/paradoxplay.com/babylonhx
Apache License 2.0
189 stars 43 forks source link

Prepended '0x' to the hex color values so they'll parse correctly. #102

Closed endlesscoil closed 8 years ago

endlesscoil commented 8 years ago

Std.parseInt() doesn't interpret a string as base 16 unless it starts with '0x'. So.. fixed!

vujadin commented 8 years ago

Thanks!