| commit | e04f28a8f2ca7365f91e103cf3d0bca90e230eb0 | [log] [tgz] |
|---|---|---|
| author | Ping-Hao Wu <pinghao@google.com> | Tue May 26 16:16:00 2015 -0700 |
| committer | Nicolas Capens <capn@google.com> | Tue May 26 23:23:25 2015 +0000 |
| tree | 578a14a21907c87f462fb3ad81e9f6fbb0e8bb31 | |
| parent | 3e3f5363ef67164287ca55faac0e1c0df68030fd [diff] |
Add a missing break. Change-Id: I459bb15a59dbdae7619b108099f49c2a0c89ecc8 Reviewed-on: https://swiftshader-review.googlesource.com/3281 Tested-by: Ping-Hao Wu <pinghao@google.com> Reviewed-by: Nicolas Capens <capn@google.com>
diff --git a/src/Main/FrameBuffer.cpp b/src/Main/FrameBuffer.cpp index 37e9208..a2f9d52 100644 --- a/src/Main/FrameBuffer.cpp +++ b/src/Main/FrameBuffer.cpp
@@ -489,6 +489,7 @@ d += dBytes; } } + break; case FORMAT_R8G8B8: { For(Int x = x0, x < width, x++)