mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-22 14:36:35 +00:00
Remove redundant/tautological comparisons identified by PVS Studio
This commit is contained in:
@@ -1707,7 +1707,6 @@ static void RT_FetchMeshData(IReplayController *r, ICaptureContext &ctx, Populat
|
||||
if(data->vsoutConfig.displayIndices)
|
||||
data->vsoutConfig.displayIndices->deref();
|
||||
|
||||
if(data->vsinConfig.indices)
|
||||
{
|
||||
// display the same index values
|
||||
data->vsoutConfig.displayIndices = data->vsinConfig.indices;
|
||||
|
||||
Reference in New Issue
Block a user