mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 11:16:29 +08:00
Collisions editing progress
This commit is contained in:
@@ -3261,7 +3261,7 @@ namespace CodeWalker.Rendering
|
||||
}
|
||||
|
||||
RenderableBoundComposite rndbc = renderableCache.GetRenderableBoundComp(bounds);
|
||||
if (rndbc.IsLoaded)
|
||||
if ((rndbc != null) && rndbc.IsLoaded)
|
||||
{
|
||||
RenderableBoundGeometryInst rbginst = new RenderableBoundGeometryInst();
|
||||
rbginst.Inst.Renderable = rndbc;
|
||||
|
||||
Reference in New Issue
Block a user