mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 18:25:15 +08:00
Ymap: Added bit 10 (of contentFlags) assertion for GrassInstanceBatches
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user