fix for compiling bgfx on older osx (nw)

This commit is contained in:
Miodrag Milanovic 2015-11-01 21:05:47 +01:00
parent 5664971d3b
commit 1aa5af9fb1

View File

@ -44,7 +44,6 @@
# ifndef BGFX_CONFIG_RENDERER_METAL
# define BGFX_CONFIG_RENDERER_METAL (0 \
|| BX_PLATFORM_IOS \
|| BX_PLATFORM_OSX \
? 1 : 0)
# endif // BGFX_CONFIG_RENDERER_METAL