Skip to content

Commit

Permalink
Fix phaserjs#7020. Phaser.Cameras.Scene2D.Camera#preRender is now a…
Browse files Browse the repository at this point in the history
… public method
  • Loading branch information
zekeatchan committed Feb 6, 2025
1 parent 827b521 commit f4cf661
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cameras/2d/Camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,10 +481,9 @@ var Camera = new Class({
},

/**
* Internal preRender step.
* Updates camera matrix. Also resets any active effects on this Camera (such as shake, flash and fade) and quickly clears them all.
*
* @method Phaser.Cameras.Scene2D.Camera#preRender
* @protected
* @since 3.0.0
*/
preRender: function ()
Expand Down

0 comments on commit f4cf661

Please sign in to comment.