mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Minor: Add an initializer to show what the default value would be.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user