local label = cc.Label:create()
local ttfConfig = {
fontFilePath = Const["FONT_TITLE"],
fontSize = 64,
}
label:setTTFConfig(ttfConfig)
label:setString("副本")
label:setTextColor(cc.c4b(0, 255, 0, 255))
label:setPosition(360, 420)
label:setGLProgramState(programState)
self:addChild(label)

这里的OpenGL error 0x0502 in …\renderer\CCTextureAtlas.cpp cocos2d::TextureAtlas::drawNumberOfQuads 691是否可以忽略?