Fix a bug that prevent -fast to behave correctly
This commit is contained in:
@@ -3709,7 +3709,7 @@ void SetupEnvelopes( qboolean forGrid, qboolean fastFlag ){
|
||||
else{
|
||||
light->flags &= ~LIGHT_FAST_TEMP;
|
||||
}
|
||||
if ( fastpoint && ( light->flags != EMIT_AREA ) ) {
|
||||
if ( fastpoint && ( light->type != EMIT_AREA ) ) {
|
||||
light->flags |= LIGHT_FAST_TEMP;
|
||||
}
|
||||
if ( light->si && light->si->noFast ) {
|
||||
|
||||
Reference in New Issue
Block a user