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:
parent
9772322613
commit
e9e9fd7c3f
9 changed files with 30 additions and 88 deletions
|
@ -103,7 +103,7 @@ struct MeshUpdateResult
|
|||
}
|
||||
};
|
||||
|
||||
class MeshUpdateThread : public SimpleThread
|
||||
class MeshUpdateThread : public JThread
|
||||
{
|
||||
public:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue