Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yukani committed Aug 20, 2023
1 parent b27c5fe commit d433650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/game_sa/ClothesBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,10 @@ void CClothesBuilder::BlendTextures(RwTexture* dst, RwTexture* src1, RwTexture*

AssertTextureLayouts({ dst, src1, src2, tattoos });

const auto dstRaster = RwTextureGetRaster(dst);
const auto dstRaster = RwTextureGetRaster(dst);
const auto src1Raster = RwTextureGetRaster(src1);
const auto src2Raster = RwTextureGetRaster(src2);
const auto tatRaster = RwTextureGetRaster(src2);
const auto tatRaster = RwTextureGetRaster(tattoos);

CTimer::Suspend();

Expand Down

0 comments on commit d433650

Please sign in to comment.