mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #7763 from huffman/fix/gpu-ident-debug
Fix assert crash in GPUIdent
This commit is contained in:
commit
b95c81d0ba
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ GPUIdent* GPUIdent::ensureQuery(const QString& vendor, const QString& renderer)
|
|||
|
||||
_isValid = true;
|
||||
}
|
||||
hr = spEnumInst->Next(WBEM_INFINITE, 1, &spInstance, &uNumOfInstances);
|
||||
hr = spEnumInst->Next(WBEM_INFINITE, 1, &spInstance.p, &uNumOfInstances);
|
||||
}
|
||||
#endif
|
||||
return this;
|
||||
|
|
Loading…
Reference in a new issue