mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-22 15:02:54 +08:00
Ymap: Added bit 10 (of contentFlags) assertion for GrassInstanceBatches
This commit is contained in:
parent
a7cbfa7be3
commit
974e67ce46
@ -1050,6 +1050,10 @@ namespace CodeWalker.GameFiles
|
||||
{
|
||||
contentFlags = SetBit(contentFlags, 6); //64
|
||||
}
|
||||
if ((GrassInstanceBatches != null) && (GrassInstanceBatches.Length > 0))
|
||||
{
|
||||
contentFlags = SetBit(contentFlags, 10); //64
|
||||
}
|
||||
|
||||
|
||||
bool change = false;
|
||||
|
Loading…
Reference in New Issue
Block a user