Fixed rotation_angle parameter when using SOFTWARE_CURSOR define
This commit is contained in:
parent
5e3bf566ea
commit
d782cde4b8
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ void swcursor(bool op) {
|
|||
SDL_GetMouseState(&dst.x, &dst.y);
|
||||
dst.x *= mscalex * 1.03;
|
||||
dst.y *= mscaley * 1.005;
|
||||
SDL_RenderCopyEx(renderer, swcursor_texture, nullptr, &dst, rotation_angle, nullptr, SDL_FLIP_NONE);
|
||||
SDL_RenderCopyEx(renderer, swcursor_texture, nullptr, &dst, amiberry_options.rotation_angle, nullptr, SDL_FLIP_NONE);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue