update vec3 test & update macos workflow

This commit is contained in:
MihailRis
2024-10-26 17:32:37 +03:00
parent ade694c434
commit 7a5fe3b2b0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
TEST(VEC3, Decode) {
auto file = std::filesystem::u8path(
"../res/content/base/models/block.vec3"
"../res/models/block.vec3"
);
auto bytes = files::read_bytes_buffer(file);
auto model = vec3::load(file.u8string(), bytes);