Skip to content

Commit

Permalink
Clear callback function pointer on reset() (#454)
Browse files Browse the repository at this point in the history
Fixes #453
  • Loading branch information
solidpixel committed Feb 20, 2024
1 parent 9191a6c commit 56f64c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/astcenc_internal_entry.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ class ParallelManager
m_start_count = 0;
m_done_count = 0;
m_task_count = 0;
m_callback = nullptr;
m_callback_last_value = 0.0f;
m_callback_min_diff = 1.0f;
}
Expand Down

0 comments on commit 56f64c5

Please sign in to comment.