move comment
This commit is contained in:
parent
7a2a461582
commit
ec2113ca5b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ TrueRenderControl::~TrueRenderControl()
|
||||||
|
|
||||||
void TrueRenderControl::reduceDepth(Surface &sf, XImage *im) const
|
void TrueRenderControl::reduceDepth(Surface &sf, XImage *im) const
|
||||||
{
|
{
|
||||||
// since pixel32 is the largest possible pixel size, we can share the array
|
// since pixel32 is the largest possible pixel size, we can share the array
|
||||||
int r, g, b;
|
int r, g, b;
|
||||||
int x,y;
|
int x,y;
|
||||||
pixel32 *data = sf.pixelData();
|
pixel32 *data = sf.pixelData();
|
||||||
|
|
Loading…
Reference in a new issue