mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
pgraph: Fix compiler warning for uninitialized variable
This commit is contained in:
parent
92bdaed4d4
commit
818ed819f9
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user