Refactor native core objects to simplify usage for newcomers
This commit is contained in:
@@ -82,7 +82,7 @@ void RenderTask::DrawAll()
|
||||
}
|
||||
|
||||
RenderTask::RenderTask(const SpawnParams& params)
|
||||
: PersistentScriptingObject(params)
|
||||
: ScriptingObject(params)
|
||||
{
|
||||
// Register
|
||||
TasksLocker.Lock();
|
||||
|
||||
Reference in New Issue
Block a user