Commit e04f28a8 by Ping-Hao Wu Committed by Nicolas Capens

Add a missing break.

Change-Id: I459bb15a59dbdae7619b108099f49c2a0c89ecc8 Reviewed-on: https://swiftshader-review.googlesource.com/3281Tested-by: 's avatarPing-Hao Wu <pinghao@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com>
parent 3e3f5363
......@@ -489,6 +489,7 @@ namespace sw
d += dBytes;
}
}
break;
case FORMAT_R8G8B8:
{
For(Int x = x0, x < width, x++)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment