pgraph: Fix compiler warning for uninitialized variable

This commit is contained in:
rdb 2023-02-20 19:05:05 +01:00
parent 92bdaed4d4
commit 818ed819f9

View File

@ -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)
{