Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed Nov 3, 2014
1 parent ad6b176 commit b279b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Util/PPGeDraw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ void __PPGeInit()

// Palettize to 4-bit, the easy way.
for (int i = 0; i < width * height / 2; i++) {
// Each pixel is 16 bits, so this loads two bits.
// Each pixel is 16 bits, so this loads two pixels.
u32 c = imagePtr[i];
// It's white anyway, so we only look at one channel of each pixel.
int a1 = (c & 0x0000000F) >> 0;
Expand Down

0 comments on commit b279b6d

Please sign in to comment.