mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-08-06 19:41:17 +00:00
TU24
This commit is contained in:
@@ -1004,7 +1004,7 @@ C4JThread::EventQueue::EventQueue( UpdateFunc* updateFunc, ThreadInitFunc thread
|
||||
{
|
||||
m_updateFunc = updateFunc;
|
||||
m_threadInitFunc = threadInitFunc;
|
||||
strcpy_s(m_threadName, szThreadName);
|
||||
strcpy(m_threadName, szThreadName);
|
||||
m_thread = nullptr;
|
||||
m_startEvent = nullptr;
|
||||
m_finishedEvent = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user