fix censorship patch

This commit is contained in:
amizing25
2025-05-23 08:23:35 +07:00
parent 61928b9269
commit 0c87252394
2 changed files with 7 additions and 43 deletions

View File

@@ -27,10 +27,7 @@ impl HkrpgModule for HkrpgModuleContext<CensorshipPatch> {
replace!(
self,
config,
set_distance_dither,
set_elevation_dither,
set_dither_alpha,
set_dither_alpha_anim
set_dither
);
Ok(())
}