Skip to content

Commit

Permalink
fix msvc build
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Jun 22, 2024
1 parent 30ac1a5 commit 4fdfeb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/graphics/render/ModelBatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#include <glm/gtx/matrix_decompose.hpp>
#include <glm/gtx/quaternion.hpp>

#include <algorithm>

/// xyz, uv, compressed rgba
inline constexpr uint VERTEX_SIZE = 6;

Expand Down

0 comments on commit 4fdfeb5

Please sign in to comment.