Skip to content

Commit f990e63

Browse files
committed
Tidying-up code style.
1 parent fb524d3 commit f990e63

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/core/Camera.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,8 @@ Phaser.Camera.prototype = {
784784
*/
785785
resetFX: function () {
786786

787-
if (this.fx) {
787+
if (this.fx)
788+
{
788789
this.fx.clear();
789790
this.fx.alpha = 0;
790791
}

0 commit comments

Comments
 (0)