Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 5a23b89

Browse files
minor
1 parent fef39f1 commit 5a23b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/test_sphere.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void dump_obj(MeshView m, uint level) noexcept {
3535
}
3636

3737
int main() {
38-
static_cast<void>(global_thread_pool());
38+
static_cast<void>(render::global_thread_pool());
3939
for (auto i = 0u; i <= sphere_max_subdivision_level; i++) {
4040
Clock clk;
4141
auto future = SphereGeometry::create(i);

0 commit comments

Comments
 (0)