Minor code style fix

This commit is contained in:
Jonas Kulla 2013-10-01 12:15:28 +02:00
parent 8baa76541c
commit ceb7821362
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ void Bitmap::radialBlur(int angle, int divisions)
p->pushSetViewport(shader); p->pushSetViewport(shader);
for (int i = 0; i < divisions; i++) for (int i = 0; i < divisions; ++i)
{ {
trans.setRotation(baseAngle + i*angleStep); trans.setRotation(baseAngle + i*angleStep);
shader.setMatrix(trans.getMatrix()); shader.setMatrix(trans.getMatrix());