Fix uninitialized variable.

This commit is contained in:
Bartosz Taudul 2023-02-24 22:57:14 +01:00
parent b0174f2f3a
commit b3186a9b7d
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -971,7 +971,7 @@ private:
bool m_ignoreMemFreeFaults;
bool m_codeTransfer;
bool m_combineSamples;
bool m_identifySamples;
bool m_identifySamples = false;
bool m_inconsistentSamples;
short_ptr<GpuCtxData> m_gpuCtxMap[256];