Skip to content

Commit

Permalink
Update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AthulJoseph27 committed Dec 25, 2024
1 parent abaf554 commit 29e214c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gpu/lib/src/render_pass.dart
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ base class Scissor {
}

base class DepthRange {
DepthRange({this.zNear = 0.0, this.zFar = 0.0});
DepthRange({this.zNear = 0.0, this.zFar = 1.0});

double zNear;
double zFar;
Expand Down

0 comments on commit 29e214c

Please sign in to comment.