Tweak code that was confusing gcc

This commit is contained in:
baldurk
2018-11-26 18:53:00 +00:00
parent edae196981
commit 27c49d5272
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1061,7 +1061,7 @@ map<RDCDriver, string> RenderDoc::GetRemoteDrivers()
DriverInformation RenderDoc::GetDriverInformation(GraphicsAPI api)
{
DriverInformation ret = {GPUVendor::Unknown, ""};
DriverInformation ret = {};
RDCDriver driverType = RDCDriver::Unknown;
switch(api)