openfl / starling

Known as the "Cross-Platform Game Engine", Starling is a popular Stage3D framework for OpenFL and Haxe
Other
236 stars 67 forks source link

Running Demo : Unexpected + #101

Closed man2 closed 6 years ago

man2 commented 6 years ago

Running demo on cpp, I got this error message.

C:/HaxeToolkit/haxe/lib/starling/2,3,3/src/starling/assets/AssetManager.hx:979: characters 0-1 : Unexpected +

hxcpp: [3.4.188] 3.4.200 lime: 6.2.0 [6.3.1] nme-toolkit: [6.2.0] openfl: 7.1.2 [8.1.1] starling: 2.2.1 [2.3.3]

Gama11 commented 6 years ago

Sounds like a duplicate of https://github.com/openfl/starling/issues/100.

man2 commented 6 years ago

Simple solution just by removing all those pluses. But still someone has to make the PR

jgranick commented 6 years ago

https://github.com/openfl/starling/blob/master/src/starling/assets/AssetManager.hx

Thanks :)