mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[host] dxgi: ensure formatVer is incremented on re-init
This commit is contained in:
parent
b2961c7939
commit
7a49f75d95
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user