Skip to content

Commit

Permalink
Merge branch 'master' into resourcesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Nov 29, 2013
2 parents 4c4e2cb + 60a8fa2 commit bf6f5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/render/vlight.cpp
Expand Up @@ -320,7 +320,7 @@ uint R_CollectAffectingLights(collectaffectinglights_params_t const *p)
lightWithWorldLight(p->ambientColor, p->starkLight, listIdx);

// Add extra light by interpreting nearby sources.
if(p->bspLeaf)
if(p->bspLeaf && p->bspLeaf->hasCluster())
{
lightWithLumobjs(p->origin, *p->bspLeaf, listIdx);

Expand Down

0 comments on commit bf6f5e1

Please sign in to comment.