Formatting.

This commit is contained in:
NathanSweet 2016-04-01 23:36:18 +02:00
parent 3607e32855
commit 39f588daeb

View File

@ -145,7 +145,7 @@ void SkeletonBatch::flush (int maxVertices, int maxTriangles) {
_command->_trianglesCommand->init(_globalZOrder, _texture->getName(), _glProgramState, blendFunc, *_command->_triangles,
*_transform, _transformFlags);
_renderer->addCommand(_command->_trianglesCommand);
_renderer->addCommand(_command->_trianglesCommand);
if (!_command->_next) _command->_next = new Command(maxVertices, maxTriangles);
_command = _command->_next;