aboutsummaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics.h b/graphics.h
index e044811..55c378c 100644
--- a/graphics.h
+++ b/graphics.h
@@ -35,8 +35,7 @@ typedef Vertex Triangle[3];
struct VSparams
{
SUparams *su;
- Point3 *p;
- Point3 *n;
+ Vertex *v;
uint idx;
};