Core/ParameterList: Fix GetIntegerParameter
Former-commit-id: c01f1ecf33e605b55e1300713e0a34087e298ab3 [formerly 6f6d58c6c8f0f71bb154b0ee4d3c5b8eb4cd07df] Former-commit-id: d261bbb99a14e1292064fdcbaf45a8b103cac759
This commit is contained in:
@@ -249,7 +249,7 @@ namespace Nz
|
|||||||
|
|
||||||
case ParameterType_Integer:
|
case ParameterType_Integer:
|
||||||
*value = it->second.value.intVal;
|
*value = it->second.value.intVal;
|
||||||
return false;
|
return true;
|
||||||
|
|
||||||
case ParameterType_String:
|
case ParameterType_String:
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user