Skip to content

Commit

Permalink
Fix include style.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Jan 29, 2025
1 parent 725bd1c commit 074141c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CesiumRuntime/Private/VecMath.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

#include "VecMath.h"

#include "CesiumUtility/Math.h"
#include "Math/Quat.h"
#include "Math/RotationMatrix.h"
#include <CesiumGeometry/Transforms.h>
#include <CesiumUtility/Math.h>
#include <glm/gtc/quaternion.hpp>

glm::dmat4 VecMath::createMatrix4D(const FMatrix& m) noexcept {
Expand Down

0 comments on commit 074141c

Please sign in to comment.