mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
This hack probably is not needed anymore.
This commit is contained in:
parent
9412316883
commit
ccffb85185
1 changed files with 1 additions and 1 deletions
|
@ -875,7 +875,7 @@ void RE_BeginRegistration( glconfig_t *glconfigOut ) {
|
||||||
// NOTE: this sucks, for some reason the first stretch pic is never drawn
|
// NOTE: this sucks, for some reason the first stretch pic is never drawn
|
||||||
// without this we'd see a white flash on a level load because the very
|
// without this we'd see a white flash on a level load because the very
|
||||||
// first time the level shot would not be drawn
|
// first time the level shot would not be drawn
|
||||||
RE_StretchPic(0, 0, 0, 0, 0, 0, 1, 1, 0);
|
// RE_StretchPic(0, 0, 0, 0, 0, 0, 1, 1, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
Loading…
Reference in a new issue