mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 06:41:36 +00:00
Merge branch 'macos_runner_macrofix' into 'master'
Fix mac runner See merge request OpenMW/openmw!1092
This commit is contained in:
commit
ba268a5cd4
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