mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-24 12:09:43 +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 =
|
||||
references.getData (index, columnIndex).toString().toUtf8().constData();
|
||||
|
||||
update();
|
||||
}
|
||||
|
||||
update();
|
||||
adjust();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue