Minor: Add an initializer to show what the default value would be.

This commit is contained in:
Melanie Thielker
2015-11-01 01:03:44 +01:00
parent 5f3b443c03
commit efcf0e4f2e

View File

@@ -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;