mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 10:16:01 +08:00
Formatting.
This commit is contained in:
parent
3607e32855
commit
39f588daeb
@ -145,7 +145,7 @@ void SkeletonBatch::flush (int maxVertices, int maxTriangles) {
|
|||||||
|
|
||||||
_command->_trianglesCommand->init(_globalZOrder, _texture->getName(), _glProgramState, blendFunc, *_command->_triangles,
|
_command->_trianglesCommand->init(_globalZOrder, _texture->getName(), _glProgramState, blendFunc, *_command->_triangles,
|
||||||
*_transform, _transformFlags);
|
*_transform, _transformFlags);
|
||||||
_renderer->addCommand(_command->_trianglesCommand);
|
_renderer->addCommand(_command->_trianglesCommand);
|
||||||
|
|
||||||
if (!_command->_next) _command->_next = new Command(maxVertices, maxTriangles);
|
if (!_command->_next) _command->_next = new Command(maxVertices, maxTriangles);
|
||||||
_command = _command->_next;
|
_command = _command->_next;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user