Skip to content
Snippets Groups Projects
Commit d08f0fcd authored by joni's avatar joni
Browse files

Fix network schemas now that position/rotationRequiresUpdate function changed.

parent 8e0470a5
No related branches found
No related tags found
No related merge requests found
...@@ -101,11 +101,11 @@ function registerNetworkSchemas() { ...@@ -101,11 +101,11 @@ function registerNetworkSchemas() {
components: [ components: [
{ {
component: "position", component: "position",
requiresNetworkUpdate: positionRequiresUpdate requiresNetworkUpdate: vectorRequiresUpdate(0.001)
}, },
{ {
component: "rotation", component: "rotation",
requiresNetworkUpdate: rotationRequiresUpdate requiresNetworkUpdate: vectorRequiresUpdate(0.5)
}, },
"scale", "scale",
"image-plus" "image-plus"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment