#4437 Make sure formation colors are available and visible for all time step

This commit is contained in:
Magne Sjaastad 2019-05-23 13:45:21 +02:00
parent 690ab840c5
commit df405dd396

View File

@ -90,7 +90,7 @@ cvf::ref<RigResultAccessor> RigResultAccessorFactory::createFromResultAddress(co
}
size_t adjustedTimeStepIndex = timeStepIndex;
if (resVarAddr.m_resultCatType == RiaDefines::STATIC_NATIVE)
if (resVarAddr.m_resultCatType == RiaDefines::STATIC_NATIVE || resVarAddr.m_resultCatType == RiaDefines::FORMATION_NAMES)
{
adjustedTimeStepIndex = 0;
}