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

@@ -177,7 +177,7 @@ cbuffer ViewData : register(b1)
float3 LargeWorldsChunkIndex;
float LargeWorldsChunkSize;
float3 ViewPadding0;
float UnscaledTimeParam;
float ScaledTimeParam;
};
#endif