Minor formatting improvements

This commit is contained in:
baldurk
2016-07-08 16:12:09 +03:00
parent 5c963fc6a6
commit ade23cc7a0
+3 -1
View File
@@ -2072,9 +2072,10 @@ void WrappedVulkan::ProcessChunk(uint64_t offset, VulkanChunkType context)
AddDrawcall(draw, true);
}
break;
}
break;
default:
{
// ignore system chunks
if((int)context == (int)INITIAL_CONTENTS)
Serialise_InitialState(ResourceId(), NULL);
@@ -2083,6 +2084,7 @@ void WrappedVulkan::ProcessChunk(uint64_t offset, VulkanChunkType context)
else
RDCERR("Unrecognised Chunk type %d", context);
break;
}
}
}