mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[dxvk] Fix typo
This commit is contained in:
parent
1cc531eaf8
commit
0900f5d1bc
@ -112,7 +112,7 @@ namespace dxvk {
|
||||
if (result == VK_NOT_READY)
|
||||
return DxvkGpuQueryStatus::Pending;
|
||||
else if (result != VK_SUCCESS)
|
||||
return DxvkGpuQueryStatus::Failed;;
|
||||
return DxvkGpuQueryStatus::Failed;
|
||||
|
||||
// Add numbers to the destination structure
|
||||
switch (m_type) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user