mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Fix uninitialised variable
This commit is contained in:
@@ -384,7 +384,7 @@ struct ExecutionModes
|
||||
DepthNormal,
|
||||
DepthGreater,
|
||||
DepthLess,
|
||||
} depthMode;
|
||||
} depthMode = DepthNormal;
|
||||
|
||||
struct
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user