Skip to content

Commit

Permalink
Fixed problem of glowing wall surfaces not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Oct 24, 2008
1 parent b116dca commit e268e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/src/gl_texmanager.c
Expand Up @@ -3233,7 +3233,7 @@ DGLuint GL_PrepareMaterial2(struct material_s* mat)

// A glowing texture?
if(def->glow)
def->flags |= MATF_GLOW;
mat->flags |= MATF_GLOW;
}

// Get the surface reflection for this surface.
Expand Down

0 comments on commit e268e42

Please sign in to comment.