Simple whitespace correction

Added a space to make the reduced complexity notification look better.
This commit is contained in:
Lars Næsbye Christensen 2015-08-10 21:07:08 +02:00
parent 5acd1e7d58
commit 8aa7002ab8

View file

@ -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();