aboutsummaryrefslogtreecommitdiff
path: root/src/poser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/poser.c')
-rw-r--r--src/poser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/poser.c b/src/poser.c
index 7dcdc33..ea5812e 100644
--- a/src/poser.c
+++ b/src/poser.c
@@ -21,7 +21,8 @@ void PoserData_lighthouse_pose_func(PoserData *poser_data, SurviveObject *so, ui
if (quatmagnitude(lighthouse_pose->Rot) == 0) {
SurviveContext *ctx = so->ctx;
- SV_ERROR("Pose func called with invalid pose.");
+ SV_INFO("Pose func called with invalid pose.");
+ return;
}
// Assume that the space solved for is valid but completely arbitrary. We are going to do a few things: