mirror of https://github.com/axmolengine/axmol.git
remove unused local variable.
This commit is contained in:
parent
540c67f701
commit
c63baa388b
|
@ -926,7 +926,6 @@ void Label::onDraw(const kmMat4& transform, bool transformUpdated)
|
||||||
|
|
||||||
_shaderProgram->use();
|
_shaderProgram->use();
|
||||||
GL::blendFunc( _blendFunc.src, _blendFunc.dst );
|
GL::blendFunc( _blendFunc.src, _blendFunc.dst );
|
||||||
bool trans = false;
|
|
||||||
|
|
||||||
if (_currentLabelType == LabelType::TTF)
|
if (_currentLabelType == LabelType::TTF)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue