0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-04-22 02:40:57 +00:00

- fixed: The Vulkan device may only be deleted if Vulkan is present.

This commit is contained in:
Christoph Oelckers 2019-04-19 08:36:19 +02:00
parent faac0805f0
commit 146f7035d8

View file

@ -255,7 +255,9 @@ SDLVideo::SDLVideo ()
SDLVideo::~SDLVideo ()
{
#ifdef HAVE_VULKAN
delete device;
#endif
}
DFrameBuffer *SDLVideo::CreateFrameBuffer ()