From 26d7e7da3da467f0af53f2f90dc5b18d159a1700 Mon Sep 17 00:00:00 2001 From: Aaron Culliney Date: Sat, 6 Jun 2015 13:00:53 -0700 Subject: [PATCH] Reminder for a future rethink/refactor --- src/video_util/modelUtil.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video_util/modelUtil.h b/src/video_util/modelUtil.h index 582ffe8e..8dccbfcd 100644 --- a/src/video_util/modelUtil.h +++ b/src/video_util/modelUtil.h @@ -78,6 +78,7 @@ typedef struct GLModel { GLuint elementBufferName; // Custom +#warning FIXME TODO : investigate whether we can just MACRO-inherit from GLModel rather than use custom pointer GLCustom *custom; } GLModel;