Add warning when cloth paint is incorrect size
This commit is contained in:
@@ -185,7 +185,7 @@ Ray JsonTools::GetRay(const Value& value)
|
||||
{
|
||||
return Ray(
|
||||
GetVector3(value, "Position", Vector3::Zero),
|
||||
GetVector3(value, "Direction", Vector3::One)
|
||||
GetVector3(value, "Direction", Vector3::Forward)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user