mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 12:10:52 -06:00
Dont sort function arguments as they should be sent in in a particular order
This commit is contained in:
@@ -111,7 +111,6 @@ namespace {
|
||||
}
|
||||
function["Return Type"] = f.returnType;
|
||||
function["Help"] = f.helpText;
|
||||
sortJson(function["Arguments"]);
|
||||
|
||||
return function;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user