mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 20:58:38 +02:00
Simple whitespace correction
Added a space to make the reduced complexity notification look better.
This commit is contained in:
parent
5acd1e7d58
commit
8aa7002ab8
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