Fix regression from #3342 to use existing time as unscaled to match previous content

This commit is contained in:
Wojtek Figat
2025-09-30 15:45:24 +02:00
parent f09d6aa0eb
commit 2a5898c1de
11 changed files with 18 additions and 18 deletions

View File

@@ -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: