Change shadow group name.

This commit is contained in:
Jonathas Costa
2017-10-19 11:44:38 -04:00
parent a925d0646a
commit 1f5eb36c48
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ return {
SaveCalculatedTextures = false,
},
},
Shadow_Group = {
ShadowGroup = {
Source1 = {
Name = "Sun",
-- All radius in meters

View File

@@ -64,7 +64,7 @@ namespace {
static const char* _loggerCat = "RenderableAtmosphere";
const char* keyFrame = "Frame";
const char* keyShadowGroup = "Shadow_Group";
const char* keyShadowGroup = "ShadowGroup";
const char* keyShadowSource = "Source";
const char* keyShadowCaster = "Caster";
const char* keyBody = "Body";