Skip to content

Commit 1a3bc51

Browse files
committed
Edit comment
(cherry picked from commit 832c95b)
1 parent d168396 commit 1a3bc51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sources/SilkTouch/SilkTouch/Mods/MixKhronosData.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,8 @@ ref string? identifiedPrefix
11331133

11341134
// NameTrimmer trims member names by looking for a common prefix and removing it
11351135
// This sometimes trims too much and leads to only the vendor suffix remaining
1136-
// This is bad so we rewind back to the previous name (minus the prefix, such as GL_)
1136+
// This is bad because the next block of code removes the vendor suffix, leaving only an empty string or underscore
1137+
// This means we have to rewind back to the previous name (minus the prefix, such as GL_)
11371138
var rewind = false;
11381139
if (container is not null && job.Groups.ContainsKey(container))
11391140
{

0 commit comments

Comments
 (0)