added template arg to Vertex struct

This commit is contained in:
2025-11-29 16:31:24 +03:00
parent ba267cbcb8
commit 99ebdeb188
3 changed files with 11 additions and 10 deletions

View File

@@ -8,7 +8,7 @@
TEST(UnitTestColider, CheckToWorld)
{
omath::source_engine::Mesh mesh = {
std::vector<omath::primitives::Vertex>{
std::vector<omath::primitives::Vertex<>>{
{ { 1.f, 1.f, 1.f }, {}, {} },
{ {-1.f, -1.f, -1.f }, {}, {} }
},