mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
use some more new c# sugar ( possible breaking it all :P )
This commit is contained in:
@@ -13455,7 +13455,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
iface = (T)o;
|
||||
return true;
|
||||
}
|
||||
iface = default(T);
|
||||
iface = default;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user