Minor: Add an initializer to show what the default value would be.
parent
5f3b443c03
commit
efcf0e4f2e
|
@ -174,7 +174,7 @@ namespace OpenSim.Server.Handlers.Simulation
|
|||
responsedata["int_response_code"] = HttpStatusCode.OK;
|
||||
OSDMap resp = new OSDMap(3);
|
||||
|
||||
float version;
|
||||
float version = 0f;
|
||||
|
||||
float outboundVersion = 0f;
|
||||
float inboundVersion = 0f;
|
||||
|
|
Loading…
Reference in New Issue