Revert "Nullable reference types not allowed in .NETFramework, a shame"
This reverts commit 6c835c17ac.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user