Skip to content

Commit

Permalink
change interface order
Browse files Browse the repository at this point in the history
  • Loading branch information
star-e committed Nov 15, 2024
1 parent c0da2bc commit 1a7e72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/assets/default_renderpipeline/builtin-pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ class ForwardLighting {
export interface ForwardPassConfigs {
enableMainLightShadowMap: boolean;
enableMainLightPlanarShadowMap: boolean;
enableMSAA: boolean;
enablePlanarReflectionProbe: boolean;
enableMSAA: boolean;
enableSingleForwardPass: boolean;
}

Expand Down

0 comments on commit 1a7e72f

Please sign in to comment.