Fix uninitialised variable

This commit is contained in:
baldurk
2019-08-16 19:08:05 +01:00
parent 9e68cbe59b
commit d60f3020c8
@@ -384,7 +384,7 @@ struct ExecutionModes
DepthNormal,
DepthGreater,
DepthLess,
} depthMode;
} depthMode = DepthNormal;
struct
{