Skip to content

Commit a1139c2

Browse files
authored
fix percentage signs in SMAA (#19987)
# Objective - fix typo
1 parent 5b38989 commit a1139c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/bevy_anti_aliasing/src/smaa/smaa.wgsl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@
146146
* * (See SMAA_INCLUDE_VS and SMAA_INCLUDE_PS below).
147147
*
148148
* And four presets:
149-
* SMAA_PRESET_LOW (%60 of the quality)
150-
* SMAA_PRESET_MEDIUM (%80 of the quality)
151-
* SMAA_PRESET_HIGH (%95 of the quality)
152-
* SMAA_PRESET_ULTRA (%99 of the quality)
149+
* SMAA_PRESET_LOW (60% of the quality)
150+
* SMAA_PRESET_MEDIUM (80% of the quality)
151+
* SMAA_PRESET_HIGH (95% of the quality)
152+
* SMAA_PRESET_ULTRA (99% of the quality)
153153
*
154154
* For example:
155155
* #define SMAA_RT_METRICS float4(1.0 / 1280.0, 1.0 / 720.0, 1280.0, 720.0)

0 commit comments

Comments
 (0)