Fix particles to support any amount of contexts drawings

This commit is contained in:
Wojtek Figat
2025-09-25 18:38:46 +02:00
parent 41e851298d
commit 02c5ad3fa4
2 changed files with 7 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ API_STRUCT(NoDefault, Namespace="FlaxEngine.Networking") struct FLAXENGINE_API N
API_FIELD() uint64 Word1 = 0;
// All bits set for all clients.
API_FIELD() static NetworkClientsMask All;
API_FIELD(ReadOnly) static NetworkClientsMask All;
FORCE_INLINE bool HasBit(int32 bitIndex) const
{