Browse Source

pgraph: Fix compiler warning for uninitialized variable

rdb 2 years ago
parent
commit
818ed819f9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/pgraph/textureAttrib.I

+ 1 - 0
panda/src/pgraph/textureAttrib.I

@@ -237,6 +237,7 @@ StageNode(const TextureStage *stage, unsigned int implicit_sort, int override) :
   // with it properly.
   _stage((TextureStage *)stage),
   _has_sampler(false),
+  _ff_tc_index(0),
   _implicit_sort(implicit_sort),
   _override(override)
 {