diff --git a/src/tests/test_sphere.cpp b/src/tests/test_sphere.cpp index fbfaf39f..0c3b54a7 100644 --- a/src/tests/test_sphere.cpp +++ b/src/tests/test_sphere.cpp @@ -35,7 +35,7 @@ void dump_obj(MeshView m, uint level) noexcept { } int main() { - static_cast(global_thread_pool()); + static_cast(render::global_thread_pool()); for (auto i = 0u; i <= sphere_max_subdivision_level; i++) { Clock clk; auto future = SphereGeometry::create(i);