mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
Clear screen before rendering intro movie - stops previous screen flickering through in OpenGL mode when zooming/rotating in at the start
This commit is contained in:
parent
30879292b8
commit
30304341a5
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ void PlayMovie(const char* fileName)
|
|||
}
|
||||
}
|
||||
|
||||
videoClearViewableArea(blackcol);
|
||||
rotatesprite(160 << 16, 100 << 16, z, angle, kMovieTile, 0, 1, 2, 0, 0, xdim - 1, ydim - 1);
|
||||
|
||||
if (bDoFade) {
|
||||
|
|
Loading…
Reference in a new issue