Examples: iOS: Fixed missing call to CreateContext() + various shallow coding style tweaks. (#1835)

This commit is contained in:
omar
2018-05-24 17:42:50 +02:00
parent b88fbd69cc
commit 5fd23eeb74
3 changed files with 104 additions and 116 deletions
@@ -6,12 +6,12 @@
typedef struct DebugHUD
{
bool show_demo_window;
bool show_another_window;
float rotation_speed;
float cubeColor1[4];
float cubeColor2[4];
float clearColor[4];
bool show_demo_window;
bool show_another_window;
float rotation_speed;
float cubeColor1[4];
float cubeColor2[4];
float clearColor[4];
} DebugHUD;
#if __cplusplus