You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Label rendering will skip rest of the batchnodes when it encounters the first batchnode without quads. This will result in missing letters depending on the order the batchnodes have been populated.
Label rendering will skip rest of the batchnodes when it encounters the first batchnode without quads. This will result in missing letters depending on the order the batchnodes have been populated.
cocos2d-x/cocos/2d/CCLabel.cpp
Line 1910 in 38ce692
Should be fixable by using "continue" instead of "return".
The text was updated successfully, but these errors were encountered: