mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-21 15:41:33 +00:00
fix mac runner undefined macro
This commit is contained in:
parent
b8878cb5f9
commit
cdf5b315c3
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
||||||
#include <components/settings/settings.hpp>
|
#include <components/settings/settings.hpp>
|
||||||
#include <components/debug/debuglog.hpp>
|
#include <components/debug/debuglog.hpp>
|
||||||
|
|
||||||
|
#ifndef GL_DEPTH32F_STENCIL8_NV
|
||||||
|
#define GL_DEPTH32F_STENCIL8_NV 0x8DAC
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue