(Apple) Nits
This commit is contained in:
parent
99b7a5532f
commit
b765ac5634
|
@ -83,9 +83,9 @@ static CLLocationAccuracy currentVerticalAccuracy;
|
|||
|
||||
#include <GLKit/GLKit.h>
|
||||
#include "../iOS/views.h"
|
||||
static const float ALMOST_INVISIBLE = .021f;
|
||||
static GLKView* g_view;
|
||||
static UIView* g_pause_indicator_view;
|
||||
#define ALMOST_INVISIBLE (.021f)
|
||||
static GLKView *g_view;
|
||||
static UIView *g_pause_indicator_view;
|
||||
|
||||
#ifdef HAVE_CAMERA
|
||||
static AVCaptureSession *_session;
|
||||
|
|
Loading…
Reference in New Issue