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

avinationmerge
Melanie Thielker 2015-11-01 01:03:44 +01:00
parent 5f3b443c03
commit efcf0e4f2e
1 changed files with 1 additions and 1 deletions

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;