(Apple) Nits

This commit is contained in:
twinaphex 2014-05-03 19:14:19 +02:00
parent 99b7a5532f
commit b765ac5634

View File

@ -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;