mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
do not auto set reflection_probe_ambiance on old skies, so a viewer can decide to fix for pbr (ofc seems tha currently they just set it 0 and do nothing showing broke skies in same cases); a few changes on notecards uuid detection
This commit is contained in:
@@ -816,7 +816,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
}
|
||||
}
|
||||
|
||||
private unsafe void RecordEmbeddedAssetDataUuids(ReadOnlySpan<char> data)
|
||||
private void RecordEmbeddedAssetDataUuids(ReadOnlySpan<char> data)
|
||||
{
|
||||
if (data.Length < 36)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user