mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-16 18:14:46 +08:00
Checkboxes for entity & cargen flags in project window, fix for backwards heads
This commit is contained in:
@@ -199,7 +199,14 @@ namespace CodeWalker.Rendering
|
||||
}
|
||||
}
|
||||
|
||||
model.Transform = trans;
|
||||
if (((model.Unk28h >> 8) & 0xFF) > 0) //skin mesh?
|
||||
{
|
||||
model.Transform = Matrix.Identity;
|
||||
}
|
||||
else
|
||||
{
|
||||
model.Transform = trans;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user