Merge remote-tracking branch 'upstream/development' into camera_and_editor_viewport_widget_improvements
Signed-off-by: Yuriy Toporovskyy <toporovskyy.y@gmail.com>
This commit is contained in:
@@ -570,7 +570,7 @@ namespace PhysXDebug
|
||||
|
||||
static void physx_CullingBoxSize([[maybe_unused]] const AZ::ConsoleCommandContainer& arguments)
|
||||
{
|
||||
const int argumentCount = arguments.size();
|
||||
const size_t argumentCount = arguments.size();
|
||||
if (argumentCount == 1)
|
||||
{
|
||||
float newCullingBoxSize = (float)strtol(AZ::CVarFixedString(arguments[0]).c_str(), nullptr, 10);
|
||||
@@ -588,7 +588,7 @@ namespace PhysXDebug
|
||||
{
|
||||
using namespace CryStringUtils;
|
||||
|
||||
const int argumentCount = arguments.size();
|
||||
const size_t argumentCount = arguments.size();
|
||||
|
||||
if (argumentCount == 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user