Fix iOS code; fixes entire XCode build for Apple example

This commit is contained in:
Gerry Hernandez
2018-02-04 21:47:08 -05:00
parent 7b005bd7de
commit 4786321754
3 changed files with 9 additions and 2 deletions
@@ -11,6 +11,7 @@ typedef struct DebugHUD
float rotation_speed;
float cubeColor1[4];
float cubeColor2[4];
float clearColor[4];
} DebugHUD;
#if __cplusplus