mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
TINYGL: Formatting fixup
This commit is contained in:
parent
85940f353d
commit
e4e0b09059
@ -365,7 +365,7 @@ void BlitImage::tglBlitRotoScale(int dstX, int dstY, int width, int height, int
|
||||
|
||||
uint32 invAngle = 360 - (rotation % 360);
|
||||
float invCos = cos(invAngle * M_PI / 180.0f);
|
||||
float invSin = sin(invAngle * M_PI / 180.0f );
|
||||
float invSin = sin(invAngle * M_PI / 180.0f);
|
||||
|
||||
int icosx = (int)(invCos * (65536.0f * srcWidth / width));
|
||||
int isinx = (int)(invSin * (65536.0f * srcWidth / width));
|
||||
|
Loading…
x
Reference in New Issue
Block a user