Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Sep 17, 2024
1 parent 334ab86 commit 729755c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UVAtlasTool/CmdLineHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ namespace Helpers

if (!*version || wcscmp(version, L"1.0.0.0") == 0)
{
swprintf_s(version, L"%03d (library)", DIRECTX_MESH_VERSION);
swprintf_s(version, L"%03d (library)", UVATLAS_VERSION);
}

if (versionOnly)
Expand Down

0 comments on commit 729755c

Please sign in to comment.