David Rose %!s(int64=20) %!d(string=hai) anos
pai
achega
2c09d3b95a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      panda/src/glstuff/glGraphicsStateGuardian_src.cxx

+ 1 - 0
panda/src/glstuff/glGraphicsStateGuardian_src.cxx

@@ -5053,6 +5053,7 @@ do_issue_texture() {
     nassertv(texture != (Texture *)NULL);
     
     if (i >= num_old_stages ||
+	_state._texture == (TextureAttrib *)NULL ||
         stage != _state._texture->get_on_stage(i) ||
         texture != _state._texture->get_on_texture(stage) ||
         stage->involves_color_scale()) {