From d58f2d2c7699cf7b1167fdb85b796aa19b3770ce Mon Sep 17 00:00:00 2001 From: N0NameN0 Date: Sun, 17 Jan 2010 17:38:40 +0000 Subject: [PATCH] [CHG] Comment typo --- examples/NEED_GRRLIB_FUNCTION/source/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/NEED_GRRLIB_FUNCTION/source/main.c b/examples/NEED_GRRLIB_FUNCTION/source/main.c index 5003ff5..e211d0e 100644 --- a/examples/NEED_GRRLIB_FUNCTION/source/main.c +++ b/examples/NEED_GRRLIB_FUNCTION/source/main.c @@ -119,7 +119,7 @@ GXTexObj texObj; } if(demo==2){ - /////////////////// DEFINE A DIFUSE LIGHT ///////////////////////////////////////////// + /////////////////// DEFINE A SPECUALR LIGHT ///////////////////////////////////////////// guVector l0dir={0.0f,0.0f,0.0f}; GX_InitSpecularDir(&MyLight0, l0dir.x,l0dir.y,l0dir.z); @@ -159,7 +159,7 @@ GXTexObj texObj; } if(demo==3){ - /////////////////// DEFINE A DIFUSE LIGHT ///////////////////////////////////////////// + /////////////////// DEFINE A SPECUALR LIGHT ///////////////////////////////////////////// guVector l0dir={0.0f,0.0f,0.0f}; GX_InitSpecularDir(&MyLight0, l0dir.x,l0dir.y,l0dir.z);