mirror of
https://github.com/Kiritow/MiniEngine.git
synced 2024-03-22 13:11:22 +08:00
Merge branch 'mingw-dev' into mingw-dev-sqlite
Catch up with main develop branch.
This commit is contained in:
commit
95dbdbd277
|
@ -644,6 +644,8 @@ namespace MiniEngine
|
|||
case FlipMode::Vertical:
|
||||
flip=SDL_FLIP_VERTICAL;
|
||||
break;
|
||||
default:
|
||||
flip=SDL_FLIP_NONE;
|
||||
}
|
||||
|
||||
return SDL_RenderCopyEx(_get(),t._get(),pR1,pR2,angle,pPoint,flip);
|
||||
|
|
Loading…
Reference in New Issue
Block a user