mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-29 16:11:31 +00:00
Correct spelling mistakes.
This commit is contained in:
parent
14cb72f912
commit
fe42b8653d
105 changed files with 212 additions and 212 deletions
|
@ -341,7 +341,7 @@ static void ProjectDlightTexture( void ) {
|
|||
vec4_t vector;
|
||||
|
||||
if ( !( tess.dlightBits & ( 1 << l ) ) ) {
|
||||
continue; // this surface definately doesn't have any of this light
|
||||
continue; // this surface definitely doesn't have any of this light
|
||||
}
|
||||
|
||||
dl = &backEnd.refdef.dlights[l];
|
||||
|
@ -672,7 +672,7 @@ static void ForwardDlight( void ) {
|
|||
vec4_t texOffTurb;
|
||||
|
||||
if ( !( tess.dlightBits & ( 1 << l ) ) ) {
|
||||
continue; // this surface definately doesn't have any of this light
|
||||
continue; // this surface definitely doesn't have any of this light
|
||||
}
|
||||
|
||||
dl = &backEnd.refdef.dlights[l];
|
||||
|
@ -836,7 +836,7 @@ static void ProjectPshadowVBOGLSL( void ) {
|
|||
vec4_t vector;
|
||||
|
||||
if ( !( tess.pshadowBits & ( 1 << l ) ) ) {
|
||||
continue; // this surface definately doesn't have any of this shadow
|
||||
continue; // this surface definitely doesn't have any of this shadow
|
||||
}
|
||||
|
||||
ps = &backEnd.refdef.pshadows[l];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue