mirror of https://github.com/axmolengine/axmol.git
Merge branch 'billboard' of https://github.com/super626/cocos2d-x into billboard
This commit is contained in:
commit
7751762893
|
@ -485,6 +485,8 @@ void Renderer::clean()
|
|||
|
||||
_lastMaterialID = 0;
|
||||
_lastBatchedMeshCommand = nullptr;
|
||||
|
||||
_transparentRenderGroups.clear();
|
||||
}
|
||||
|
||||
void Renderer::convertToWorldCoordinates(V3F_C4B_T2F_Quad* quads, ssize_t quantity, const Mat4& modelView)
|
||||
|
|
Loading…
Reference in New Issue