mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2025-01-10 20:05:11 +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)
|
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)
|
if (cme != null)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user