mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Merge pull request #385 from illwieckz/importfixes
import a q3map2 fix from netradiant
This commit is contained in:
commit
e933f41d07
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" ) ) {
|
else if ( !strcmp( argv[ i ], "-np" ) ) {
|
||||||
npDegrees = atof( argv[ i + 1 ] );
|
npDegrees = atof( argv[ i + 1 ] );
|
||||||
if ( npDegrees < 0.0f ) {
|
if ( npDegrees < 0.0f ) {
|
||||||
shadeAngleDegrees = 0.0f;
|
npDegrees = 0.0f;
|
||||||
}
|
}
|
||||||
else if ( npDegrees > 0.0f ) {
|
else if ( npDegrees > 0.0f ) {
|
||||||
Sys_Printf( "Forcing nonplanar surfaces with a breaking angle of %f degrees\n", npDegrees );
|
Sys_Printf( "Forcing nonplanar surfaces with a breaking angle of %f degrees\n", npDegrees );
|
||||||
|
|
Loading…
Reference in a new issue