Various fixes after merge with Windows ARM pr

This commit is contained in:
Wojtek Figat
2024-07-25 08:34:51 +02:00
parent 51f30958cd
commit f21b259376
6 changed files with 32 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ float3 rand3dTo3d(float3 value)
return float3(
rand3dTo1d(value, float3(12.989, 78.233, 37.719)),
rand3dTo1d(value, float3(39.346, 11.135, 83.155)),
rand3dTo1d(value, float3(73.156, 52.235, 09.151))
rand3dTo1d(value, float3(73.156, 52.235, 9.151))
);
}