move comment

This commit is contained in:
Dana Jansens 2003-02-12 06:20:48 +00:00
parent 7a2a461582
commit ec2113ca5b

View file

@ -56,7 +56,7 @@ TrueRenderControl::~TrueRenderControl()
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 x,y;
pixel32 *data = sf.pixelData();