Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodBoyDigital committed Feb 20, 2024
1 parent 62374f5 commit be6aebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/migrations/v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ const graphics2 = new Graphics()

- Mipmap generation changes
- The BaseTexture `mipmap` property has been renamed to `autoGenerateMipmaps`.
- Mipmaps for render textures have been adjusted so that developer is responsible for updating them mipmaps. Mipmap generation can be expensive, and due to the new reactive way we handle textures we do not want to accidentally generate mipmaps when they are not required.
- Mipmaps for `RenderTextures` have been adjusted so that developer is responsible for updating them mipmaps. Mipmap generation can be expensive, and due to the new reactive way we handle textures we do not want to accidentally generate mipmaps when they are not required.

```ts
const myRenderTexture = RenderTexture.create({width:100, height:100, autoGenerateMipmaps:true})
Expand Down

0 comments on commit be6aebf

Please sign in to comment.