mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
[host] dxgi: ensure formatVer is incremented on re-init
This commit is contained in:
parent
b2961c7939
commit
7a49f75d95
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue