Merge pull request #5543 from larsnaesbye/master

Whitespace correction in reduced complexity notification
This commit is contained in:
Philip Rosedale 2015-08-10 12:17:41 -07:00
commit e39b6de8fc

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