Added Type stubbing
This commit is contained in:
@@ -35,7 +35,7 @@ namespace BlendFile.DNA {
|
||||
public float recycle_max_cost;
|
||||
public int cache_flag;
|
||||
public PrefetchJob ptr_prefetch_job;
|
||||
public int64_t disk_cache_timestamp;
|
||||
public long disk_cache_timestamp;
|
||||
public EditingRuntime runtime;
|
||||
public Editing(
|
||||
ListBase ptr_seqbasep,
|
||||
@@ -59,7 +59,7 @@ namespace BlendFile.DNA {
|
||||
float recycle_max_cost,
|
||||
int cache_flag,
|
||||
PrefetchJob ptr_prefetch_job,
|
||||
int64_t disk_cache_timestamp,
|
||||
long disk_cache_timestamp,
|
||||
EditingRuntime runtime) {
|
||||
this.ptr_seqbasep = ptr_seqbasep;
|
||||
this.ptr_displayed_channels = ptr_displayed_channels;
|
||||
|
||||
Reference in New Issue
Block a user