Skip to content

Commit

Permalink
m_pFirstjob
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamcane committed Mar 10, 2024
1 parent e26851d commit af6dd61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engine/shared/jobs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ CJobPool::CJobPool()
// empty the pool
m_Shutdown = false;
semaphore_init(&m_Semaphore);
m_pFirstJob = 0;
m_pLastJob = 0;
m_pFirstJob = nullptr;
m_pLastJob = nullptr;
}

CJobPool::~CJobPool()
Expand Down

0 comments on commit af6dd61

Please sign in to comment.