Cocoa Port: Oops! Forgot to take out a reference to the not-yet-released Apple Metal renderer.

- Fixes building of the Xcode project. (Regression from commit aff2d07.)
This commit is contained in:
rogerman 2017-02-01 16:09:12 -08:00
parent aff2d07146
commit 64d58b9b09
1 changed files with 3 additions and 0 deletions

View File

@ -31,7 +31,10 @@
#include <OpenGL/OpenGL.h>
#include "userinterface/MacOGLDisplayView.h"
#ifdef ENABLE_APPLE_METAL
#include "userinterface/MacMetalDisplayView.h"
#endif
#ifdef BOOL
#undef BOOL