This commit is contained in:
@@ -24,7 +24,7 @@ class Task: public ox::SignalHandler {
|
||||
|
||||
class TaskRunner {
|
||||
private:
|
||||
ox::Vector<ox::UniquePtr<studio::Task>> m_tasks;
|
||||
ox::Vector<ox::UPtr<studio::Task>> m_tasks;
|
||||
public:
|
||||
void update(turbine::Context &ctx) noexcept;
|
||||
void add(Task &task) noexcept;
|
||||
|
Reference in New Issue
Block a user