Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
tkzcfc authored Apr 23, 2024
1 parent 9df9e01 commit 6a7b59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/2d/SpriteFrameCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ void SpriteFrameCache::removeUnusedSpriteSheets()

for (auto& spriteSheetFileName : willRemoveSpriteSheetFileNames)
{
AXLOG("axmol: SpriteFrameCache: removing unused sprite sheet file : %s", spriteSheetFileName.c_str());
AXLOG("axmol: SpriteFrameCache: removing unused sprite sheet file : %s", spriteSheetFileName.data());
removeSpriteSheet(spriteSheetFileName);
}
}
Expand Down

0 comments on commit 6a7b59f

Please sign in to comment.