mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
[Case 6569] Minor: Break up line to pass column count guidelines.
Changes Committed: modified: interface/resources/qml/hifi/tablet/NewModelDialog.qml
This commit is contained in:
parent
a057cb914f
commit
0e90c92cf5
1 changed files with 2 additions and 1 deletions
|
@ -172,7 +172,8 @@ Rectangle {
|
|||
if (dynamic.checked) {
|
||||
currentIndex = priorIndex;
|
||||
|
||||
errorMessageBox("Models with Automatic Collisions set to \"" + staticMeshCollisionText + "\" cannot be dynamic.");
|
||||
errorMessageBox("Models with Automatic Collisions set to \""
|
||||
+ staticMeshCollisionText + "\" cannot be dynamic.");
|
||||
//--EARLY EXIT--( Can't have a static mesh model that's dynamic )
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue