mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-17 03:05:00 +08:00
Populating Models and Textures tabs on PedsForm
This commit is contained in:
@@ -2656,7 +2656,7 @@ namespace CodeWalker.Rendering
|
||||
|
||||
if (isselected)
|
||||
{
|
||||
if (SelectionGeometryDrawFlags.ContainsKey(dgeom))
|
||||
if (geom.disableRendering || SelectionGeometryDrawFlags.ContainsKey(dgeom))
|
||||
{ continue; } //filter out geometries in selected item that aren't flagged for drawing.
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user