Skip to content

Commit

Permalink
message fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroHG committed Aug 14, 2024
1 parent 57aa216 commit 2486b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unity/Assets/Scripts/PhysicsRemoteFPSAgentController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6151,7 +6151,7 @@ public ActionFinished ChangeFOV(float fieldOfView, string camera = "") {
new ActionFinished(
success: aggregateActionFinished.success
&& singleActionFinish.success,
errorMessage: $"{aggregateActionFinished.errorMessage}\n{singleActionFinish}"
errorMessage: $"{aggregateActionFinished.errorMessage}\n{singleActionFinish.errorMessage}"
)
);
}
Expand Down

0 comments on commit 2486b9e

Please sign in to comment.