Merge pull request #1038 from glebm/patch-1

include/osgViewer: Fix typo
This commit is contained in:
Robert Osfield 2021-01-23 10:48:54 +00:00 committed by GitHub
commit cfe83cffd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -284,7 +284,7 @@ struct GraphicsWindowFunctionProxy
static osgViewer::GraphicsWindowFunctionProxy graphicswindowproxy_##ext(graphicswindow_##ext);
#if defined(OSG_WINDOWING_SYSTEM_NONE)
#define USE_GRAPHICS_WINDOW()
#define USE_GRAPHICSWINDOW()
#elif defined(_WIN32)
#define USE_GRAPHICSWINDOW() USE_GRAPICSWINDOW_IMPLEMENTATION(Win32)
#elif defined(__APPLE__)