Ignore:
Timestamp:
Oct 25, 1999, 1:17:30 AM (26 years ago)
Author:
hugh
Message:

Fixed Bug in colorconversion, didn't iterate
ddex1.exe from the DX samples now works,
but bitmap is still mirrored up/down

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/OS2PALETTE.CPP

    r850 r1434  
    225225  {
    226226    if(NULL!=((OS2IDirectDraw*)me->lpDraw)->pPrimSurf)
    227       ((OS2IDirectDrawSurface*)((OS2IDirectDraw*)me->lpDraw)->pPrimSurf)->ColorConversion(NULL);;
     227      ((OS2IDirectDrawSurface*)((OS2IDirectDraw*)me->lpDraw)->pPrimSurf)->ColorConversion(NULL);
    228228  }
    229229  return(DD_OK);
Note: See TracChangeset for help on using the changeset viewer.