- fixed typo in HAVE_SOFTPOLY.

This commit is contained in:
Christoph Oelckers 2020-04-22 21:57:59 +02:00
commit 6934aebbe6
2 changed files with 5 additions and 5 deletions

View file

@ -259,7 +259,7 @@ bool I_CreateVulkanSurface(VkInstance instance, VkSurfaceKHR *surface)
}
#endif
#if HAVE_SOFTPOLY
#ifdef HAVE_SOFTPOLY
namespace
{
SDL_Renderer* polyrendertarget = nullptr;