Remove relative path

This commit is contained in:
Ygrik2003 2024-12-21 10:27:34 +03:00 committed by GitHub
parent b81dab305b
commit fdcc5b68bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
TEST(VEC3, Decode) {
auto file = std::filesystem::u8path(
"../res/models/block.vec3"
"res/models/block.vec3"
);
auto bytes = files::read_bytes_buffer(file);
auto model = vec3::load(file.u8string(), bytes);