Remove relative path
This commit is contained in:
parent
b81dab305b
commit
fdcc5b68bf
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user