mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- fixed: The Vulkan device may only be deleted if Vulkan is present.
This commit is contained in:
parent
faac0805f0
commit
146f7035d8
1 changed files with 2 additions and 0 deletions
|
@ -255,7 +255,9 @@ SDLVideo::SDLVideo ()
|
|||
|
||||
SDLVideo::~SDLVideo ()
|
||||
{
|
||||
#ifdef HAVE_VULKAN
|
||||
delete device;
|
||||
#endif
|
||||
}
|
||||
|
||||
DFrameBuffer *SDLVideo::CreateFrameBuffer ()
|
||||
|
|
Loading…
Reference in a new issue