Requested changes for merging. Part VII.

This commit is contained in:
Jonathas Costa
2018-04-20 21:15:25 -04:00
parent 87d1072712
commit ce72e6c8ad
@@ -555,7 +555,7 @@ namespace openspace {
void AtmosphereDeferredcaster::setShadowConfigArray(
const std::vector<ShadowConfiguration>& shadowConfigArray)
{
_shadowConfArray = shadowConfigArray;
_shadowConfArray = std::move(shadowConfigArray);
}
void AtmosphereDeferredcaster::enableSunFollowing(bool enable) {