Skip to content

Commit

Permalink
Disable RenderTexture set_antiAliasing hooking
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimjio committed Dec 31, 2024
1 parent 424fac0 commit aa61450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12923,7 +12923,7 @@ namespace
if (config::anti_aliasing != -1)
{
ADD_HOOK(set_anti_aliasing, "UnityEngine.QualitySettings.set_antiAliasing(int) at %p\n");
ADD_HOOK(rendertexture_set_anti_aliasing, "UnityEngine.RenderTexture.set_antiAliasing(int) at %p\n");
// ADD_HOOK(rendertexture_set_anti_aliasing, "UnityEngine.RenderTexture.set_antiAliasing(int) at %p\n");
}

if (!config::external_dlls_path.empty())
Expand Down

0 comments on commit aa61450

Please sign in to comment.