implement LegoAnimNodeData::FindKeys (#802)

* implement LegoAnimNodeData::FindKeys

* Update legoanim.cpp

* fix flickering

* Match

* Fix cond

* clang

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2024-04-14 14:25:39 -04:00
committed by GitHub
parent dcc42c33d8
commit e251ddb17d
2 changed files with 45 additions and 3 deletions

View File

@@ -165,6 +165,7 @@ public:
LegoAnimKey& p_key2,
LegoFloat p_value2
);
inline static LegoAnimKey& GetKey(LegoU32 p_i, LegoAnimKey* p_keys, LegoU32 p_size);
static LegoU32 FindKeys(
LegoFloat p_time,