1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Replace SimpleThread by JThread now implementing same features

This commit is contained in:
sapier 2013-12-03 23:32:03 +01:00
parent 9772322613
commit e9e9fd7c3f
9 changed files with 30 additions and 88 deletions

View file

@ -103,7 +103,7 @@ struct MeshUpdateResult
}
};
class MeshUpdateThread : public SimpleThread
class MeshUpdateThread : public JThread
{
public: