- 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…
Add table
Add a link
Reference in a new issue