mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-01 17:01:24 +00:00
OpenGL funny
This commit is contained in:
parent
252ac7516a
commit
b8e91a50a5
2 changed files with 1 additions and 7 deletions
|
|
@ -888,10 +888,6 @@ GLTexture_t *HWR_GetTexture(INT32 tex)
|
|||
I_Error("HWR_GetTexture: tex >= numtextures\n");
|
||||
#endif
|
||||
|
||||
// Lactozilla: Renderer switching
|
||||
if (needpatchrecache && (!gr_textures))
|
||||
HWR_LoadTextures(gr_numtextures);
|
||||
|
||||
// Every texture in memory, stored in the
|
||||
// hardware renderer's bit depth format. Wow!
|
||||
grtex = &gr_textures[tex];
|
||||
|
|
|
|||
|
|
@ -1162,11 +1162,9 @@ void R_InitHardwareMode(void)
|
|||
{
|
||||
HWR_AddSessionCommands();
|
||||
HWR_Switch();
|
||||
HWR_LoadTextures(numtextures);
|
||||
if (gamestate == GS_LEVEL || (gamestate == GS_TITLESCREEN && titlemapinaction))
|
||||
{
|
||||
HWR_SetupLevel();
|
||||
HWR_LoadTextures(numtextures);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue