Revert "Nullable reference types not allowed in .NETFramework, a shame"

This reverts commit 6c835c17ac.
This commit is contained in:
Cinder Roxley
2024-08-28 16:00:54 -05:00
parent a387b0dcb0
commit 8c772df814

View File

@@ -607,7 +607,7 @@ namespace OpenMetaverse
GridRegion foundRegion = default(GridRegion);
bool found = false;
void RegionCallback(object sender, GridRegionEventArgs e)
void RegionCallback(object? sender, GridRegionEventArgs e)
{ // See note in HandleCallback, above.
if (e.Region.RegionHandle == handle)
{