mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +02:00
Merge branch 'master' of github.com:highfidelity/hifi into actions-over-wire-and-sim-ownership
This commit is contained in:
commit
b7e9056c04
2 changed files with 2 additions and 1 deletions
|
@ -484,7 +484,7 @@
|
|||
"type": "checkbox",
|
||||
"label": "Edit Logging",
|
||||
"help": "Logging of all edits to entities",
|
||||
"default": true,
|
||||
"default": false,
|
||||
"advanced": true
|
||||
},
|
||||
{
|
||||
|
|
|
@ -45,6 +45,7 @@ void RenderableLineEntityItem::render(RenderArgs* args) {
|
|||
gpu::Batch& batch = *args->_batch;
|
||||
Transform transform = Transform();
|
||||
transform.setTranslation(getPosition());
|
||||
transform.setRotation(getRotation());
|
||||
batch.setModelTransform(transform);
|
||||
|
||||
batch._glLineWidth(getLineWidth());
|
||||
|
|
Loading…
Reference in a new issue