Fix particles to support any amount of contexts drawings
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user