remove unused local variable.

This commit is contained in:
Dhilan007 2014-04-01 15:10:24 +08:00
parent 540c67f701
commit c63baa388b
1 changed files with 0 additions and 1 deletions

View File

@ -926,7 +926,6 @@ void Label::onDraw(const kmMat4& transform, bool transformUpdated)
_shaderProgram->use();
GL::blendFunc( _blendFunc.src, _blendFunc.dst );
bool trans = false;
if (_currentLabelType == LabelType::TTF)
{