mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-01-02 10:43:31 +00:00
Added missing assignment in the AmbienceCreator-caching
This commit is contained in:
parent
149d65b921
commit
447adfedc4
@ -96,6 +96,7 @@ namespace Artemis.Profiles.Layers.Types.AmbientLight
|
||||
if (_lastAmbienceCreatorType == properties.AmbienceCreatorType)
|
||||
return _lastAmbienceCreator;
|
||||
|
||||
_lastAmbienceCreatorType = properties.AmbienceCreatorType;
|
||||
switch (properties.AmbienceCreatorType)
|
||||
{
|
||||
case AmbienceCreatorType.Mirror: return _lastAmbienceCreator = new AmbienceCreatorMirror();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user