mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 13:15:10 +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) {
|
if (dynamic.checked) {
|
||||||
currentIndex = priorIndex;
|
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 )
|
//--EARLY EXIT--( Can't have a static mesh model that's dynamic )
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue