Gamua / Starling-Framework

The Cross Platform Game Engine
http://www.starling-framework.org
Other
2.85k stars 819 forks source link

2 weird unicode characters in source code #876

Closed SlavomirDurej closed 8 years ago

SlavomirDurej commented 8 years ago

When importing Starling from github I always get these 2 errors in the source code due to this weird " Â "character in the code for Sprite3D:

image

and in starling.display.DisplayObject:

image

this breaks the compiler (at least for me, but perhaps other users have the same issue).

It's easy enough to delete it from both of these places, but I have to do this each time I import new version of Starling..

If it's not too much trouble , would you mind deleting it?

JohnBlackburne commented 8 years ago

It does not break it for me but I had a look and they are non-break spaces instead of normal ASCII spaces, which are rather redundant in source code.

PrimaryFeather commented 8 years ago

Weird, I have no idea how those ended up in the code. I replaced them with conventional spaces — please check if that fixes your warnings!

Thanks a lot for the report. :smile:

SlavomirDurej commented 8 years ago

all looks good now Daniel, thanks for fixing!

PrimaryFeather commented 8 years ago

Perfect! You're welcome! :smile: