mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
Merge pull request #13374 from thoys/fix/dynamic-cloneDynamic
[RC69] fix cloneDynamic
This commit is contained in:
commit
fa1dc78469
1 changed files with 2 additions and 1 deletions
|
@ -129,7 +129,8 @@ DISPATCHER_PROPERTIES = [
|
|||
"userData",
|
||||
"type",
|
||||
"href",
|
||||
"cloneable"
|
||||
"cloneable",
|
||||
"cloneDynamic"
|
||||
];
|
||||
|
||||
// priority -- a lower priority means the module will be asked sooner than one with a higher priority in a given update step
|
||||
|
|
Loading…
Reference in a new issue