Skip to content

Commit 2b10def

Browse files
committed
Update xrRender_console.cpp
1 parent 5617b76 commit 2b10def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ogsr_engine/Layers/xrRender/xrRender_console.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ constexpr xr_token SmapSizeToken[] = {
1616
{ nullptr, 0 }
1717
};
1818

19-
u32 ps_r_pp_aa_mode = 0;
19+
u32 ps_r_pp_aa_mode = SMAA;
2020
constexpr xr_token pp_aa_mode_token[] = {
2121
{ "st_opt_off", NO_AA },
2222
{ "st_opt_smaa", SMAA },

0 commit comments

Comments
 (0)