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

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed May 15, 2024
1 parent fef39f1 commit 5a23b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_sphere.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void dump_obj(MeshView m, uint level) noexcept {
}

int main() {
static_cast<void>(global_thread_pool());
static_cast<void>(render::global_thread_pool());
for (auto i = 0u; i <= sphere_max_subdivision_level; i++) {
Clock clk;
auto future = SphereGeometry::create(i);
Expand Down

0 comments on commit 5a23b89

Please sign in to comment.