MLO editing progress

This commit is contained in:
dexy
2019-12-28 04:08:45 +11:00
Unverified
parent 906602eb13
commit 88a926202f
15 changed files with 1682 additions and 132 deletions
+1 -1
View File
@@ -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++)