mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-16 20:17:30 +08:00
Fix compile error, Lucas missed a ")"
This commit is contained in:
parent
ae9498f7d5
commit
f7cc8cd317
@ -138,7 +138,7 @@ namespace CodeWalker.Forms
|
||||
|
||||
if (ycd?.ClipMapEntries != null)
|
||||
{
|
||||
foreach (var cme in ycd.ClipMapEntries.OrderBy(x => x.Clip?.ShortName ?? x.Hash.ToString())
|
||||
foreach (var cme in ycd.ClipMapEntries.OrderBy(x => x.Clip?.ShortName ?? x.Hash.ToString()))
|
||||
{
|
||||
if (cme != null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user