Fixed GFX3D reset on xbox hardware #define _XBOX
This commit is contained in:
parent
39f549db47
commit
ce47b5e87b
|
@ -495,8 +495,11 @@ void gfx3d_init()
|
|||
|
||||
void gfx3d_reset()
|
||||
{
|
||||
#ifndef _XBOX
|
||||
gfx3d = GFX3D();
|
||||
|
||||
#else
|
||||
GFX3D();
|
||||
#endif
|
||||
gxf_hardware.reset();
|
||||
|
||||
control = 0;
|
||||
|
|
Loading…
Reference in New Issue