Skip to content

Commit

Permalink
[共通] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Reputeless committed Jul 2, 2024
1 parent 20e5f75 commit 5d0a497
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Siv3D/src/Siv3D/Font/GlyphCache/BitmapGlyphCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ namespace s3d
const Array<GlyphCluster> dotGlyphCluster = font.getGlyphClusters(U".", false, Ligature::Yes);
if (not prerender(font, dotGlyphCluster, true))
{
// do tnohing
// do nothing
}
updateTexture();

Expand Down Expand Up @@ -216,7 +216,7 @@ namespace s3d
const Array<GlyphCluster> dotGlyphCluster = font.getGlyphClusters(U".", false, Ligature::Yes);
if (not prerender(font, dotGlyphCluster, true))
{
// do tnohing
// do nothing
}
updateTexture();

Expand Down
4 changes: 2 additions & 2 deletions Siv3D/src/Siv3D/Font/GlyphCache/MSDFGlyphCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ namespace s3d
const Array<GlyphCluster> dotGlyphCluster = font.getGlyphClusters(U".", false, Ligature::Yes);
if (not prerender(font, dotGlyphCluster, true))
{
// do tnohing
// do nothing
}
updateTexture();

Expand Down Expand Up @@ -215,7 +215,7 @@ namespace s3d
const Array<GlyphCluster> dotGlyphCluster = font.getGlyphClusters(U".", false, Ligature::Yes);
if (not prerender(font, dotGlyphCluster, true))
{
// do tnohing
// do nothing
}
updateTexture();

Expand Down
4 changes: 2 additions & 2 deletions Siv3D/src/Siv3D/Font/GlyphCache/SDFGlyphCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ namespace s3d
const Array<GlyphCluster> dotGlyphCluster = font.getGlyphClusters(U".", false, Ligature::Yes);
if (not prerender(font, dotGlyphCluster, true))
{
// do tnohing
// do nothing
}
updateTexture();

Expand Down Expand Up @@ -215,7 +215,7 @@ namespace s3d
const Array<GlyphCluster> dotGlyphCluster = font.getGlyphClusters(U".", false, Ligature::Yes);
if (not prerender(font, dotGlyphCluster, true))
{
// do tnohing
// do nothing
}
updateTexture();

Expand Down

0 comments on commit 5d0a497

Please sign in to comment.