mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 20:40:47 +00:00
- re-enabled skipping of MVE movies which was disabled for easier debugging.
This commit is contained in:
parent
cb050dbac9
commit
25d383ac73
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ public:
|
|||
twod->ClearScreen();
|
||||
DrawTexture(twod, decoder.animTex().GetFrame(), 0, 0, DTA_FullscreenEx, 3, TAG_DONE);
|
||||
|
||||
return /* skiprequest ? -1 :*/ playon ? 1 : 0;
|
||||
return skiprequest ? -1 : playon ? 1 : 0;
|
||||
}
|
||||
|
||||
void OnDestroy() override
|
||||
|
|
Loading…
Reference in a new issue