mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 17:29:55 +00:00
Merge branch 'windowing-system' into 'master'
Fix OSG USE_GRAPHICSWINDOW check See merge request OpenMW/openmw!541
This commit is contained in:
commit
7455dfb3a1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#include "imagetosurface.hpp"
|
#include "imagetosurface.hpp"
|
||||||
|
|
||||||
#if defined(OSG_LIBRARY_STATIC) && !defined(ANDROID)
|
#if defined(OSG_LIBRARY_STATIC) && defined(USE_GRAPHICSWINDOW)
|
||||||
// Sets the default windowing system interface according to the OS.
|
// Sets the default windowing system interface according to the OS.
|
||||||
// Necessary for OpenSceneGraph to do some things, like decompression.
|
// Necessary for OpenSceneGraph to do some things, like decompression.
|
||||||
USE_GRAPHICSWINDOW()
|
USE_GRAPHICSWINDOW()
|
||||||
|
|
Loading…
Reference in a new issue