Skip to content

Commit 0acdf43

Browse files
committed
Formatting update
1 parent c46c3e4 commit 0acdf43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/gameobjects/rendertexture/RenderTexture.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,10 @@ var RenderTexture = new Class({
330330
* texture will not change.
331331
*
332332
* If Render Texture was not created from specific frame, the following will happen:
333+
*
333334
* In WebGL it will destroy and then re-create the frame buffer being used by the Render Texture.
334335
* In Canvas it will resize the underlying canvas element.
336+
*
335337
* Both approaches will erase everything currently drawn to the Render Texture.
336338
*
337339
* If the dimensions given are the same as those already being used, calling this method will do nothing.

0 commit comments

Comments
 (0)