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…
Reference in New Issue