Skip to content

Commit

Permalink
bug修复
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinue committed Mar 4, 2021
1 parent 8b86fe0 commit 5163867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/EffectRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class EffectRenderer {

ComPtr<ID2D1Image> output = _effectManager->Apply(srcBmp);
_d2dDC->DrawImage(
srcBmp.Get(),
output.Get(),
D2D1_POINT_2F{ _destRect.left, _destRect.top }
);

Expand Down

0 comments on commit 5163867

Please sign in to comment.