mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 21:53:49 +08:00
Updated ResourceBaseTypes, added Save method to YtdFile
This commit is contained in:
@@ -123,11 +123,11 @@ namespace CodeWalker.Project.Panels
|
||||
LightAttributes_s[] lightAttrs = null;
|
||||
if (ddwbl != null)
|
||||
{
|
||||
lightAttrs = ddwbl.LightAttributes;
|
||||
lightAttrs = ddwbl.LightAttributes?.data_items;
|
||||
}
|
||||
else if (fdwbl != null)
|
||||
{
|
||||
lightAttrs = fdwbl.OwnerFragment?.LightAttributes;
|
||||
lightAttrs = fdwbl.OwnerFragment?.LightAttributes?.data_items;
|
||||
}
|
||||
if (lightAttrs != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user