mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-16 22:34:52 +08:00
FBX importer v1, fix for YNDs DLC loading, fix for renamed NG encrypted RPFs, RelFile MetaNames addition
This commit is contained in:
@@ -1904,7 +1904,7 @@ namespace CodeWalker.Rendering
|
||||
private bool RenderIsModelFinalRender(RenderableModel model)
|
||||
{
|
||||
|
||||
if ((model.Unk2Ch & 1) == 0) //smallest bit is proxy/"final render" bit? seems to work...
|
||||
if ((model.RenderMaskFlags & 1) == 0) //smallest bit is proxy/"final render" bit? seems to work...
|
||||
{
|
||||
return renderproxies;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user