add todo to re-apply easings behavior change

This commit is contained in:
goat 2024-12-30 14:01:12 +01:00
parent b36bdb2086
commit 335b3d1ed5

View file

@ -1,11 +1,14 @@
using System.Diagnostics;
using System.Numerics;
using Dalamud.Utility;
namespace Dalamud.Interface.Animation;
/// <summary>
/// Base class facilitating the implementation of easing functions.
/// </summary>
[Api11ToDo("Re-apply https://github.com/goatcorp/Dalamud/commit/1aada983931d9e45a250eebbc17c8b782d07701b")]
public abstract class Easing
{
// TODO: Use game delta time here instead