mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-18 14:32:09 +08:00
MLO editing progress
This commit is contained in:
@@ -1961,7 +1961,7 @@ namespace CodeWalker.Rendering
|
||||
foreach (var entitysets in ent.MloInstance.EntitySets)
|
||||
{
|
||||
var entityset = entitysets.Value;
|
||||
if (!entityset.Visible) continue;
|
||||
if (!entityset.VisibleOrForced) continue;
|
||||
|
||||
var entities = entityset.Entities;
|
||||
for (int i = 0; i < entities.Count; i++)
|
||||
|
||||
Reference in New Issue
Block a user