From a8692e6c5d4640d3882b92bb7adcc3832090d792 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 2 Aug 2026 12:12:11 -0400 Subject: [PATCH] Add porting reminder to CS --- Rebound/Plugin.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rebound/Plugin.cs b/Rebound/Plugin.cs index c22ec5a..070ac53 100644 --- a/Rebound/Plugin.cs +++ b/Rebound/Plugin.cs @@ -7,6 +7,8 @@ namespace Rebound; public sealed class Plugin : IDalamudPlugin { + // TODO: Replace with BonePhysicsModule.GetForceOverrideSimulationTime() when that's available + /// When true, checks if we're about ~10 FPS over 60 and enables UseOverrideSimulationTime on BonePhysicsModules. /// If you need to find the signature for this again, start in Client::Graphics::Scene::CharacterBase.UpdateRender. [Signature("38 1D ?? ?? ?? ?? F3 0F 10 3D", ScanType = ScanType.StaticAddress)]