mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-28 04:41:07 +00:00
Fix return value of RemoteServer::DriverName()
This commit is contained in:
@@ -1646,7 +1646,8 @@ public:
|
||||
rdcstr DriverName()
|
||||
{
|
||||
if(!Connected())
|
||||
return 0;
|
||||
return "";
|
||||
|
||||
{
|
||||
WRITE_DATA_SCOPE();
|
||||
SCOPED_SERIALISE_CHUNK(eRemoteServer_GetDriverName);
|
||||
|
||||
Reference in New Issue
Block a user