Skip to content

Commit

Permalink
make clang-format happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jwwalker authored and darksylinc committed Dec 18, 2024
1 parent 4944a78 commit e593dc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OgreMain/src/OgreTextureGpuManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,8 @@ namespace Ogre
size_t &outUsedStagingTextureBytes,
size_t &outAvailableStagingTextureBytes )
{
outAvailableStagingTextureBytes = getConsumedMemoryByStagingTextures( mAvailableStagingTextures );
outAvailableStagingTextureBytes =
getConsumedMemoryByStagingTextures( mAvailableStagingTextures );
outUsedStagingTextureBytes = getConsumedMemoryByStagingTextures( mUsedStagingTextures );

size_t textureBytesCpu = 0;
Expand Down

0 comments on commit e593dc7

Please sign in to comment.