update test

This commit is contained in:
UbitUmarov
2023-08-26 02:19:29 +01:00
parent 4e261f49e8
commit 6acba7a4bc
4 changed files with 10 additions and 5 deletions

View File

@@ -318,8 +318,7 @@ namespace OpenSim.Framework
["type"] = "sky"
};
if (reflectionProbeAmbiance != 0f)
map["reflection_probe_ambiance"] = reflectionProbeAmbiance;
map["reflection_probe_ambiance"] = reflectionProbeAmbiance;
return map;
}