1
0

Fix Windows XP to 7 compatibility (#5167)

* Partially reverts 01a4e696b
* Unify thread names
- Remove use of GetThreadId API
This commit is contained in:
Tiger Wang
2021-03-28 13:34:57 +01:00
committed by GitHub
parent 58d7b7e5c7
commit 5123850db0
17 changed files with 60 additions and 71 deletions

View File

@@ -100,7 +100,7 @@ public:
// cLightingThread:
cLightingThread::cLightingThread(cWorld & a_World):
Super("cLightingThread"),
Super("Lighting Executor"),
m_World(a_World),
m_MaxHeight(0),
m_NumSeeds(0)