diff options
Diffstat (limited to 'src/types.h')
-rw-r--r-- | src/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h index ebf1f82..c70c9bb 100644 --- a/src/types.h +++ b/src/types.h @@ -137,6 +137,7 @@ typedef struct { GLfloat *hemisphere_v; GLfloat *hemisphere_n; + GLfloat *hemisphere_t; } RenderContext; |