mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Replace SimpleThread by JThread now implementing same features
This commit is contained in:
@@ -103,7 +103,7 @@ struct MeshUpdateResult
|
||||
}
|
||||
};
|
||||
|
||||
class MeshUpdateThread : public SimpleThread
|
||||
class MeshUpdateThread : public JThread
|
||||
{
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user