channeldorg / channeld-ue-plugin

Enables distributed simulation with Unreal Engine's dedicated servers. 为虚幻引擎专用服务器提供分布式模拟能力的开源插件.
Apache License 2.0
132 stars 38 forks source link

fix add dirty flag for array property #49

Closed laughxing closed 1 year ago

laughxing commented 1 year ago

we need to make a distinction between a delta state with no modification to the array property and one that is reduced to 0 length.

indiest commented 1 year ago

Coud you please add some description of what issue does this PR fix?