Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Rebound/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
Loading