mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-18 10:45:27 +02:00
partly working chunk-based map generator (doesn't save properly, spawn is pretty random)
This commit is contained in:
@@ -132,11 +132,15 @@ public:
|
||||
/*
|
||||
These are called from the main thread
|
||||
*/
|
||||
|
||||
IrrlichtWrapper(IrrlichtDevice *device);
|
||||
|
||||
// Run queued tasks
|
||||
void Run();
|
||||
|
||||
// Shutdown wrapper; this disables queued texture fetching
|
||||
void Shutdown(bool shutdown);
|
||||
|
||||
/*
|
||||
These are called from other threads
|
||||
*/
|
||||
@@ -181,6 +185,8 @@ private:
|
||||
/*
|
||||
Members
|
||||
*/
|
||||
|
||||
bool m_running;
|
||||
|
||||
// The id of the thread that can (and has to) use irrlicht directly
|
||||
threadid_t m_main_thread;
|
||||
|
Reference in New Issue
Block a user