mirror of
https://github.com/qwertyuiop3/Storm.git
synced 2025-07-18 09:27:56 +08:00
extend interpolation history; events ordering
intentionally was kept until "something" along with watermark inside of datamap lol jitters in certain scenarios due to interpolation history not being filled which doesn't bothers anyone (probably) so i've removed "fading"
This commit is contained in:
@ -50,7 +50,7 @@ void Implement_Extended_Interface()
|
||||
|
||||
#define Pointer_Name(Interface) &Interface, (char*)#Interface + 10
|
||||
|
||||
Create_Interface(Pointer_Name(Interface_Extra_Commands), (char*)"4", nullptr);
|
||||
Create_Interface(Pointer_Name(Interface_Extra_Commands), (char*)"5", nullptr);
|
||||
|
||||
Create_Interface(Pointer_Name(Interface_Interpolate_Extra_Commands), (char*)"1", nullptr);
|
||||
|
||||
|
Reference in New Issue
Block a user