mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 02:30:46 +00:00
Fix movie in opengl
This commit is contained in:
parent
2da94d33e8
commit
f3069bbe4f
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ int ReadFrame(FILE *fp)
|
|||
}
|
||||
}
|
||||
|
||||
tileInvalidate(kMovieTile, -1, -1);
|
||||
|
||||
break;
|
||||
}
|
||||
case kFrameDone:
|
||||
|
|
Loading…
Reference in a new issue