\cocos2d-x\samples\TestLua\Resources\luaScript\ParticleTest\ParticleTest.lua

line 136:

labelAtlas = CCLabelAtlas:create(“0000”, “fps_images.png”, 12, 32, ‘.’)
should be (I think)
labelAtlas = CCLabelAtlas:create(“0000”, “fps_images.png”, 12, 32, string.byte(‘.’))

Andre

I hope some one reads these:)

Hey guy,
I think you are right. Could you also check other files which using this method and then send us a ‘Pull Request’ on github?
Thanks :slight_smile:

This is only used once that I can find.
Andre