mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-18 10:43:58 +00:00
[host] dxgi: fix the return status of the downsampler
This commit is contained in:
parent
881aa9e179
commit
3838e1f996
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ static bool downsample_configure(void * opaque,
|
|||
|
||||
comRef_toGlobal(inst->tex , tex );
|
||||
comRef_toGlobal(inst->target , target );
|
||||
result = true;
|
||||
|
||||
exit:
|
||||
comRef_scopePop();
|
||||
|
|
Loading…
Reference in a new issue