Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 15, 2024
1 parent 4814726 commit 51716f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AnmManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1680,8 +1680,8 @@ void AnmManager::DrawEndingRect(i32 surfaceIdx, i32 rectX, i32 rectY, i32 rectLe
D3D_Surface->Release();
return;
}
if (D3DXLoadSurfaceFromSurface(surfaces[surfaceIdx], NULL, NULL, surfacesBis[surfaceIdx], NULL, NULL, D3DX_FILTER_NONE, 0) !=
D3D_OK)
if (D3DXLoadSurfaceFromSurface(surfaces[surfaceIdx], NULL, NULL, surfacesBis[surfaceIdx], NULL, NULL,
D3DX_FILTER_NONE, 0) != D3D_OK)
{
D3D_Surface->Release();
return;
Expand Down

0 comments on commit 51716f4

Please sign in to comment.