aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Framework/Console/ConsoleUtil.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Console/ConsoleUtil.cs b/OpenSim/Framework/Console/ConsoleUtil.cs
index b7a3494..3711cb1 100644
--- a/OpenSim/Framework/Console/ConsoleUtil.cs
+++ b/OpenSim/Framework/Console/ConsoleUtil.cs
@@ -284,6 +284,7 @@ namespace OpenSim.Framework.Console
284 // We don't use Vector2.TryParse() for now because for some reason it expects an input with 3 components 284 // We don't use Vector2.TryParse() for now because for some reason it expects an input with 3 components
285 // rather than 2. 285 // rather than 2.
286 string cookedVector = CookVector(rawConsoleVector, 2, blankComponentFunc); 286 string cookedVector = CookVector(rawConsoleVector, 2, blankComponentFunc);
287 vector = new Vector2(0.0f);
287 288
288 if (cookedVector == null) 289 if (cookedVector == null)
289 { 290 {