mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-25 08:12:20 +00:00
[CHG] Comment typo
This commit is contained in:
parent
99a0351914
commit
d58f2d2c76
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue