diff --git a/modules/assets/private/shader.test.cpp b/modules/assets/private/shader.test.cpp index 9b59a88..357bec8 100644 --- a/modules/assets/private/shader.test.cpp +++ b/modules/assets/private/shader.test.cpp @@ -60,7 +60,7 @@ Suite packing = "shader_pack"_suite = [] { auto stream = std::ifstream { out_path, - std::ios::binary | std::ios::beg, + std::ios::binary, }; expect_true(stream.is_open());