mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
fix two obvious typos
This commit is contained in:
parent
5432b04490
commit
1342e8ae5f
1 changed files with 1 additions and 1 deletions
|
@ -778,7 +778,7 @@ int BSPMain( int argc, char **argv ){
|
|||
else if ( !strcmp( argv[ i ], "-np" ) ) {
|
||||
npDegrees = atof( argv[ i + 1 ] );
|
||||
if ( npDegrees < 0.0f ) {
|
||||
shadeAngleDegrees = 0.0f;
|
||||
npDegrees = 0.0f;
|
||||
}
|
||||
else if ( npDegrees > 0.0f ) {
|
||||
Sys_Printf( "Forcing nonplanar surfaces with a breaking angle of %f degrees\n", npDegrees );
|
||||
|
|
Loading…
Reference in a new issue