1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 17:29:55 +00:00

Revert "Merge branch 'windowing-system' into 'master'"

This reverts merge request !541
This commit is contained in:
Gleb Mazovetskiy 2021-01-22 19:04:07 +00:00
parent 0ec953380f
commit cd5e31dc4b

View file

@ -20,7 +20,7 @@
#include "imagetosurface.hpp" #include "imagetosurface.hpp"
#if defined(OSG_LIBRARY_STATIC) && defined(USE_GRAPHICSWINDOW) #if defined(OSG_LIBRARY_STATIC) && !defined(ANDROID)
// 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()