mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* minor: Remove most mono compiler warnings
This commit is contained in:
@@ -41,7 +41,7 @@ namespace OpenSim.Client.MXP
|
||||
public class MXPModule : IRegionModule
|
||||
{
|
||||
private int mxp_Port = 1253;
|
||||
private double mxp_BubbleRadius = 181.01933598375616624661615669884; // Radius of a sphere big enough to encapsulate a 256x256 square
|
||||
//private double mxp_BubbleRadius = 181.01933598375616624661615669884; // Radius of a sphere big enough to encapsulate a 256x256 square
|
||||
|
||||
private readonly Timer ticker = new Timer(100);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user