diff options
Diffstat (limited to 'graphics.h')
-rw-r--r-- | graphics.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -35,8 +35,7 @@ typedef Vertex Triangle[3]; struct VSparams { SUparams *su; - Point3 *p; - Point3 *n; + Vertex *v; uint idx; }; |