[host] dxgi: ensure formatVer is incremented on re-init

This commit is contained in:
Geoffrey McRae 2020-10-12 19:39:57 +11:00
parent b2961c7939
commit 7a49f75d95

View File

@ -232,7 +232,6 @@ static bool dxgi_init()
this->stop = false;
this->texRIndex = 0;
this->texWIndex = 0;
this->formatVer = 0;
atomic_store(&this->texReady, 0);
lgResetEvent(this->frameEvent);