mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-24 16:39:41 +00:00
Fix physics model not being moved since commit ec80884
.
This commit is contained in:
parent
92ab61f72f
commit
610e659121
1 changed files with 1 additions and 3 deletions
|
@ -223,12 +223,10 @@ bool CSVRender::Object::referenceDataChanged (const QModelIndex& topLeft,
|
||||||
{
|
{
|
||||||
mReferenceableId =
|
mReferenceableId =
|
||||||
references.getData (index, columnIndex).toString().toUtf8().constData();
|
references.getData (index, columnIndex).toString().toUtf8().constData();
|
||||||
|
|
||||||
update();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
update();
|
||||||
adjust();
|
adjust();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue