mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 00:26:33 +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() {
|
||||
var warningText = "\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"
|
||||
+ LODManager.getLODFeedbackText();
|
||||
|
||||
|
|
Loading…
Reference in a new issue