From b4af7ed002faeaf82ff6a0993ac033dfbc854969 Mon Sep 17 00:00:00 2001 From: Luis Michaelis Date: Sun, 14 May 2023 07:42:30 +0200 Subject: [PATCH] fix(camera): correct enum value for `camera_trajectory::object` --- include/phoenix/vobs/camera.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/phoenix/vobs/camera.hh b/include/phoenix/vobs/camera.hh index 52fca77e..659191af 100644 --- a/include/phoenix/vobs/camera.hh +++ b/include/phoenix/vobs/camera.hh @@ -17,7 +17,7 @@ namespace phoenix { enum class camera_trajectory : std::uint32_t { world = 0, - object = 0, + object = 1, }; enum class camera_lerp_mode : std::uint32_t {