Skip to content

Commit

Permalink
Fix border pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
clementlandrin committed Feb 6, 2024
1 parent 61a3139 commit 91ac421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h3d/pass/Border.hx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Border extends ScreenFx<BorderShader> {
super(new BorderShader());
this.width = width;
this.height = height;
this.size = height;
this.size = size;
shader.color.set(1,1,1,1);
}

Expand Down

0 comments on commit 91ac421

Please sign in to comment.