diff --git a/internal/thread.hpp b/internal/thread.hpp index 4c59324..ccd5eba 100644 --- a/internal/thread.hpp +++ b/internal/thread.hpp @@ -78,7 +78,7 @@ namespace RenderD7 { /** * @brief Detaches the thread */ - void detach(); + void kill(); /** * @brief Waits for the thread to finish