-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: deprecate CoreNode.preventCleanup and re-introduce preload option (
#486) The `textureOptions.preload` was removed during the Texture Throttling refactor, reintroduced it even though its loading will be throttled. While looking at the properties, decided to move `preventCleanup` to `textureOptions` instead of as a property on the `CoreNode`. Technically this controls the behaviour of the texture, not the core node. Hence it better belongs on `textureOptions`. Will throw a deprecation warning in dev mode for a couple of releases and then we'll drop it.
- Loading branch information
Showing
2 changed files
with
52 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters