mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-30 13:21:04 +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();
|
twod->ClearScreen();
|
||||||
DrawTexture(twod, decoder.animTex().GetFrame(), 0, 0, DTA_FullscreenEx, 3, TAG_DONE);
|
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
|
void OnDestroy() override
|
||||||
|
|
Loading…
Reference in a new issue