mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
Merge branch 'windowing-system-cleanup' into 'master'
sdlcursormanager: Clarify ANDROID check See merge request OpenMW/openmw!556
This commit is contained in:
commit
56939b478e
@ -20,7 +20,7 @@
|
||||
|
||||
#include "imagetosurface.hpp"
|
||||
|
||||
#if defined(OSG_LIBRARY_STATIC) && !defined(ANDROID)
|
||||
#if defined(OSG_LIBRARY_STATIC) && (!defined(ANDROID) || OSG_VERSION_GREATER_THAN(3, 6, 5))
|
||||
// Sets the default windowing system interface according to the OS.
|
||||
// Necessary for OpenSceneGraph to do some things, like decompression.
|
||||
USE_GRAPHICSWINDOW()
|
||||
|
Loading…
Reference in New Issue
Block a user