mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 16:41:02 +02:00
Merge pull request #5543 from larsnaesbye/master
Whitespace correction in reduced complexity notification
This commit is contained in:
commit
e39b6de8fc
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ function menuItemEvent(menuItem) {
|
||||||
LODManager.LODDecreased.connect(function() {
|
LODManager.LODDecreased.connect(function() {
|
||||||
var warningText = "\n"
|
var warningText = "\n"
|
||||||
+ "Due to the complexity of the content, the \n"
|
+ "Due to the complexity of the content, the \n"
|
||||||
+ "level of detail has been decreased."
|
+ "level of detail has been decreased. "
|
||||||
+ "You can now see: \n"
|
+ "You can now see: \n"
|
||||||
+ LODManager.getLODFeedbackText();
|
+ LODManager.getLODFeedbackText();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue