funny refactor

provides nothing over the previous version
This commit is contained in:
NotAKidoS 2023-01-27 04:39:44 -06:00
parent b5fb7bdac6
commit fea8d3e3c1
3 changed files with 132 additions and 92 deletions

View file

@ -40,7 +40,7 @@ internal class HarmonyPatches
AASBufferFix externalBuffer = __instance.GetComponent<AASBufferFix>();
if (externalBuffer != null && !externalBuffer.isAcceptingAAS)
{
externalBuffer.StoreExternalAASBuffer(settingsFloat, settingsInt, settingsByte);
externalBuffer.OnApplyAAS(settingsFloat, settingsInt, settingsByte);
return false;
}
return true;