mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-29 15:29:26 -05:00
Requested changes for merging. Part VII.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user