Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorton06 committed Jan 18, 2024
1 parent 95750f5 commit a30d441
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Editor/Source/Editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1893,7 +1893,6 @@ namespace Lumos
{
// Defines the tolerance for distance, beyond which a transition is considered completed
constexpr float kTransitionCompletionDistanceTolerance = 0.01f;
constexpr float kSpeedBaseFactor = 5.0f;
constexpr float kSpeedBaseFactor = 5.0f;

const auto cameraCurrentPosition = m_EditorCameraTransform.GetLocalPosition();
Expand Down

0 comments on commit a30d441

Please sign in to comment.