Fix regression from #3342 to use existing time as unscaled to match previous content
This commit is contained in:
@@ -48,7 +48,7 @@ void MaterialGenerator::ProcessGroupTools(Box* box, Node* node, Value& value)
|
||||
}
|
||||
// Time
|
||||
case 3:
|
||||
value = box->ID == 1 ? getUnscaledTime : getTime;
|
||||
value = box->ID == 1 ? getScaledTime : getTime;
|
||||
break;
|
||||
// Panner
|
||||
case 6:
|
||||
|
||||
Reference in New Issue
Block a user