Skip to content

Commit

Permalink
Removed Model evictResourceData after load
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGorisse committed Nov 24, 2023
1 parent 826b5bd commit f27e267
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ class ModelLoader(
}
resourceLoader.loadResources(model)
// resourceLoader.asyncBeginLoad(model)
resourceLoader.evictResourceData()
// resourceLoader.evictResourceData()
}

/**
Expand Down

0 comments on commit f27e267

Please sign in to comment.