X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=264d598e41aecf024b409528e0b207a00ad10aad;hp=34a18e45077cf29e99d8505aadb4c53330ae26d3;hb=cf95a93549b83c6bddf0268f4ccb91c8854c8f2d;hpb=33984a24a94f3f04b1b4fc2d6037a55e0ee91962 diff --git a/scene.c b/scene.c index 34a18e4..264d598 100644 --- a/scene.c +++ b/scene.c @@ -364,7 +364,6 @@ void init() { glLoadIdentity(); // **NOTE: Needs tidy -glEnable(GL_NORMALIZE); glLightfv(GL_LIGHT0, GL_POSITION, light0_pos); glLightfv(GL_LIGHT0, GL_AMBIENT, ambient0); glLightfv(GL_LIGHT0, GL_DIFFUSE, diffuse0);