mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 18:26:26 +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",
|
"userData",
|
||||||
"type",
|
"type",
|
||||||
"href",
|
"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
|
// 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