Skip to content

Commit

Permalink
fix: validateRenderable documentation (pixijs#10748)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev7355608 authored Jul 16, 2024
1 parent f2de870 commit 9d9aa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rendering/renderers/shared/instructions/RenderPipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export interface RenderPipe<RENDERABLE = Renderable>
destroyRenderable: (renderable: RENDERABLE) => void;
/**
* This function is called when the renderer is determining if it can use the same instruction set again to
* improve performance. If this function returns false, the renderer will rebuild the whole instruction set
* improve performance. If this function returns true, the renderer will rebuild the whole instruction set
* for the scene. This is only called if the scene has not its changed its structure .
* @param renderable
* @returns {boolean}
Expand Down

0 comments on commit 9d9aa4c

Please sign in to comment.