mirror of
https://github.com/CPunch/Laika.git
synced 2025-10-04 15:20:07 +00:00
fixed laikaT_newTask, check for MacOS
This commit is contained in:
@@ -74,6 +74,7 @@ struct sLaika_task *laikaT_newTask(struct sLaika_taskService *service, int delta
|
||||
task->next = NULL;
|
||||
|
||||
scheduleTask(service, task);
|
||||
return task;
|
||||
}
|
||||
|
||||
void laikaT_delTask(struct sLaika_taskService *service, struct sLaika_task *task) {
|
||||
|
Reference in New Issue
Block a user