mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
add todo to re-apply easings behavior change
This commit is contained in:
parent
b36bdb2086
commit
335b3d1ed5
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue