mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Wait for initialization when adding assets at runtime. Correctly destroy the RenderableGalaxy shader when deinitializing (closes #1601)
This commit is contained in:
@@ -56,6 +56,8 @@ public:
|
||||
void enqueue(std::function<void()> f);
|
||||
void clearTasks();
|
||||
|
||||
bool hasOutstandingTasks() const;
|
||||
|
||||
private:
|
||||
friend class Worker;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user