Skip to content

Commit

Permalink
fix(camera): correct enum value for camera_trajectory::object
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed May 14, 2023
1 parent 5230465 commit b4af7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/phoenix/vobs/camera.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b4af7ed

Please sign in to comment.